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