On this page
do_action( 'post_unstuck', int $post_id )
Fires once a post has been removed from the sticky list.
Parameters
$post_idint-
ID of the post that was unstuck.
Source
File: wp-includes/post.php. View all references
do_action( 'post_unstuck', $post_id );
Related
Used By
| Used By | Description |
|---|---|
| unstick_post() wp-includes/post.php | Un-sticks a post. |
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_unstuck