Description
Fires once a post has been removed from the sticky list.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 3089 |
Parameters
Type | Name | Description |
---|---|---|
int | $post_id | ID of the post that was unstuck. |
PHP Doc
/**
* 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.
*/