Auto scheduling a cache clear
-
I need to set a cron to clear the cache at a pre set time each day. I see from your documentation a brief overview on this functionality. Please can you provide more detailed instruction on how to set this up, where to add the code and what the url structure would look like, with some examples:
Auto scheduling a cache clear
What if you want to be able to clear the cache every day at some certain time? Or by hitting a URL? If this is what you would like to do a simple script, called by cron should do the trick.<?php
include ‘wp-load.php’;
wfCache::clearPageCache();
?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Auto scheduling a cache clear’ is closed to new replies.