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