7609<?php7610 * Fires immediately after the given page's cache is cleaned.7611 *7612 * @since 2.5.07613 *7614 * @param int $post_id Post ID.7615 */7616 do_action( 'clean_page_cache', $post->ID );7617 }76187619 wp_cache_set_posts_last_changed();7620}76217622/**
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.