Trouble clearing the cache from a script…
-
I’m trying to clear my WP Super Cache from a script. For some reason wp_cache_clear_cache(); isn’t working. Nor is:
prune_super_cache( $blog_cache_dir, true );
prune_super_cache( $cache_path . ‘supercache/’, true );As far as I can tell, none of the above are having any effect on my cache at all.
Is there anything I can try or test?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Trouble clearing the cache from a script…’ is closed to new replies.