How to trigger a cache purge from another plugin?
-
Hi, just a quick question.
How do I trigger a complete cache purge from within another plugin?
For example, for W3TC I can do this:
# Purge WP Super Cache if (function_exists('wp_cache_clear_cache')) { do_action( 'wp_cache_clear_cache' ); }
Is there a similar method I can use on your plugin?
Kind Regards,
Raul Peixoto
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to trigger a cache purge from another plugin?’ is closed to new replies.