WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about clean_post_cache

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/post.php do_action 7404 /**
* Fires immediately after the given post's cache is cleaned.
*
* @since 2.5.0
*
* @param int $post_id Post ID.
* @param WP_Post $post Post object.
*/

Hook Parameters

Parameter Type Name Description
int $post_id Post ID.
WP_Post $post Post object.