clean_page_cache, $post->ID
clean_page_cache, $post->ID
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('clean_page_cache, $post->ID') is found 1 times:
- /wp-includes/post.php line 7759
* @since 2.5.0 * * @param int $post_id Post ID. */ do_action( 'clean_page_cache', $post->ID ); } wp_cache_set_posts_last_changed(); } /**