clean_page_cache

clean_page_cache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('clean_page_cache') is found 1 times:

  • /wp-includes/post.php line 7378
    		 * @since 2.5.0
    		 *
    		 * @param int $post_id Post ID.
    		 */
    		do_action( 'clean_page_cache', $post->ID );
    	}
    
    	wp_cache_set_posts_last_changed();
    }
    
    /**