post_unstuck

post_unstuck

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('post_unstuck') is found 1 times:

  • /wp-includes/post.php line 3002
    		 * @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.
     *