do_action( 'clean_page_cache', int $post_id )
Fires immediately after the given page’s cache is cleaned.
Parameters
- $post_id
-
Post ID.
Source
File: wp-includes/post.php
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
Fires immediately after the given page’s cache is cleaned.
Post ID.
File: wp-includes/post.php
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |