How can I set up a proper or simulated cron job for WordPress every 5 minutes?
-
How can I set up a proper or simulated cron job for WordPress every 5 minutes?
*/15 * * * * wget -q -O - http://yourdomain.com/wp-cron.php?doing_wp_cron
Alternatively, I'd settle for a way to run a Cavalcade Runner via profilec autorun.
https://github.com/humanmade/Cavalcade/blob/master/docs/install.md
Both would be best so I can simulate the real environments our code would run on.
PS. I love 💕 Laragon, great work. As a plugin developer who has nearly 600k sites using our products, its always been hard setting up local testing environments with mutliple versions of apache/mysql/php, have never had that issue with Laragon in the past 2+ years.
-
NVM I think I got it via Windows Task Scheduler for anybody else who needs it.