Configure cron job to clear cache
-
Hi!
I have been trying to set up a Cron Job on my Hostinger server, however without success.
So I decided to use a PHP function as I used in WP Rocket, but the function has not worked, could someone help me with this case?
My function taken from the WP Fastest Cache website:
<? php
// Load WordPress.
require (‘wp-load.php’);// it clears all the cache
if (function_exists (‘wpfc_clear_all_cache’)) {
}// it clears all the cache with the minified sources
if (function_exists (‘wpfc_clear_all_cache’)) {
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Configure cron job to clear cache’ is closed to new replies.