This page redirects to an external site: https://developer.wordpress.org/reference/functions/clean_post_cache/
Will clean the post in the cache.
Cleaning means delete from the cache of the post. Will call to clean the term object cache associated with the post ID.
clean_post_cache will call itself recursively for each child post.
Will not run if $_wp_suspend_cache_invalidation is not empty. See wp_suspend_cache_invalidation().
<code style="color: #000000"><span style="color: #0000BB"><?php clean_post_cache</span><span style="color: #007700">( </span><span style="color: #0000BB">$id </span><span style="color: #007700">) </span><span style="color: #0000BB">?></span></code>
Since: 2.0.0
clean_post_cache() is located in wp-includes/post.php.