On this page
do_action( 'clean_page_cache', int $post_id )
Fires immediately after the given page’s cache is cleaned.
Parameters
$post_idint-
Post ID.
Source
File: wp-includes/post.php. View all references
do_action( 'clean_page_cache', $post->ID );
Related
Used By
| Used By | Description |
|---|---|
| clean_post_cache() wp-includes/post.php | Will clean the post in the cache. |
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/clean_page_cache