Answer the question
In order to leave comments, you need to log in
How to replace standard CRON WP with Cron server?
Hello, please tell me how to replace Cron VP with Cron server?
I just know that you need to disable cron in wp-config and then what command to use in the Task Scheduler on the server so that everything works correctly?
Answer the question
In order to leave comments, you need to log in
Link to source:
https://www.siteground.com/tutorials/wordpress/rea...
Disable pseudo cron
define('DISABLE_WP_CRON', true);
Add cron
wget -q -O - yourdomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question