do_action( ‘clean_page_cache’, int $post_id )

In this article

Fires immediately after the given page’s cache is cleaned.

Parameters

$post_idint
Post ID.

Source

do_action( 'clean_page_cache', $post->ID );

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.