do_action( 'post_unstuck', int $post_id )
Fires once a post has been removed from the sticky list.
Description Description
Parameters Parameters
- $post_id
-
(int) ID of the post that was unstuck.
Source Source
File: wp-includes/post.php
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |