rocket_clean_post()

Use the rocket_clean_post() function when you want to purge a post and all “elements” associated to it from the cache. Associated elements would be category and tag archive, archives with pagination, etc.

//clean post with ID 5
rocket_clean_post( 5 );
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.