post_unstuck, $post_id
post_unstuck, $post_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('post_unstuck, $post_id') is found 1 times:
- /wp-includes/post.php line 3354
* @since 4.6.0 * * @param int $post_id ID of the post that was unstuck. */ do_action( 'post_unstuck', $post_id ); } } /** * Returns the cache key for wp_count_posts() based on the passed arguments. *