7666<?php7667 * Fires immediately after the given page's cache is cleaned.7668 *7669 * @since 2.5.07670 *7671 * @param int $post_id Post ID.7672 */7673 do_action( 'clean_page_cache', $post->ID );7674 }76757676 wp_cache_set_posts_last_changed();7677}76787679/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.