7975<?php7976 * Fires immediately after the given page's cache is cleaned.7977 *7978 * @since 2.5.07979 *7980 * @param int $post_id Post ID.7981 */7982 do_action( 'clean_page_cache', $post->ID );7983 }79847985 wp_cache_set_posts_last_changed();7986}79877988/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.