How do I clear all files?
I am writing a SK2 plugin and I need to tell WPSC to clear all files when the seed keys change.
How would a do this?
I see the hook 'cache_admin_page' how would you call that to clear all cache files?
How do I clear all files?
I am writing a SK2 plugin and I need to tell WPSC to clear all files when the seed keys change.
How would a do this?
I see the hook 'cache_admin_page' how would you call that to clear all cache files?
Use the function wp_cache_clear_cache() to clear the cache.
This topic has been closed to new replies.