Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post.php | do_action | 2966 | /** * Fires once a post has been removed from the sticky list. * * @since 4.6.0 * * @param int $post_id ID of the post that was unstuck. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $post_id | ID of the post that was unstuck. |