WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_stuck

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php do_action 2922 /**
* Fires once a post has been added to the sticky list.
*
* @since 4.6.0
*
* @param int $post_id ID of the post that was stuck.
*/

Hook Parameters

Parameter Type Name Description
int $post_id ID of the post that was stuck.