do_action ( ‘clean_post_cache’, int $post_id , WP_Post $post )

Fires immediately after the guiven post’s cache is cleaned.

Parameters

$post_id int
Post ID.
$post WP_Post
Post object.

Source

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

Changuelog

Versionen Description
2.5.0 Introduced.

User Contributed Notes

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