7754<?php7755 * Fires immediately after the given page's cache is cleaned.7756 *7757 * @since 2.5.07758 *7759 * @param int $post_id Post ID.7760 */7761 do_action( 'clean_page_cache', $post->ID );7762 }77637764 wp_cache_set_posts_last_changed();7765}77667767/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.