Run W3 Total Cache Flush Function with Crontab [closed]
Here’s how I would go about doing this: First create a file with a hash for the file name within your theme directory – this one is md5(‘foobar’): 3858f62230ac3c915f300c664312c63f.php Within that file would be something like this: //Use the file name as an API key of sorts $file = explode(‘.’, basename(__FILE__)); $key = $file[0]; //Trigger … Read more