Description
Fires immediately after the given post's cache is cleaned.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post.php | 7434 |
Parameters
Type | Name | Description |
---|---|---|
int | $post_id | Post ID. |
WP_Post | $post | Post object. |
PHP Doc
/**
* 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.
*/