post_stuck, $post_id
post_stuck, $post_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('post_stuck, $post_id') is found 1 times:
- /wp-includes/post.php line 3310
* @since 4.6.0 * * @param int $post_id ID of the post that was stuck. */ do_action( 'post_stuck', $post_id ); } } /** * Un-sticks a post. *