Action hook 'clean_page_cache'

in WP Core File wp-includes/post.php at line 7446

Description

Fires immediately after the given page's cache is cleaned.

Occurrences

Filename Line Number
wp-includes/post.php 7446

Parameters

Type Name Description
int $post_id Post ID.

PHP Doc

/**
		 * Fires immediately after the given page's cache is cleaned.
		 *
		 * @since 2.5.0
		 *
		 * @param int $post_id Post ID.
		 */