How to force a new post cache version
-
Hi,
I’m trying with a custom plugin to force a new cached version of a post previously cached.I’m doing this to clear the cached version and runs ok:
if ( has_action('ce_clear_post_cache') ) { do_action('ce_clear_post_cache', $post_id); // post_id //HERE I NEED TO FORCE A NEW CACHED VERSION OF THIS post_id }
But I need to force the new cached version for this post, how can I force?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to force a new post cache version’ is closed to new replies.