clean_page_cache, $post->ID

clean_page_cache, $post->ID

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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();
    }
    
    /**