7753<?php7754 * Fires immediately after the given page's cache is cleaned.7755 *7756 * @since 2.5.07757 *7758 * @param int $post_id Post ID.7759 */7760 do_action( 'clean_page_cache', $post->ID );7761 }77627763 wp_cache_set_posts_last_changed();7764}77657766/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.