clean_post_cache, $post->ID, $post
clean_post_cache, $post->ID, $post
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('clean_post_cache, $post->ID, $post') is found 1 times:
- /wp-includes/post.php line 7747
* * @param int $post_id Post ID. * @param WP_Post $post Post object. */ do_action( 'clean_post_cache', $post->ID, $post ); if ( 'page' === $post->post_type ) { wp_cache_delete( 'all_page_ids', 'posts' ); /** * Fires immediately after the given page's cache is cleaned.