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().
<?php clean_post_cache( $id ) ?>
Since: 2.0.0
clean_post_cache() is located in wp-includes/post.php.