Hooking-the-wp-cron-into-the-system-task-scheduler
Wordpress is recommending to hook WP-Cron Into the System Task Scheduler in the top of the extended plug in. Is this new requirement? Is this is required?
3 Answers
Hi,
it's not required but you can have issues with sync things back from Google Calendar. Because execution time is limited in case you are not using System Task Scheduler. It's just a simple setting inside your hosting so I will suggest that you please do that.
Best regards,
Nikola
Thanks. I included in my wordpress website in the file wp-config.php that is in the root the line
define(‘DISABLE_WO_CRON’, true); as recommended in wordpress.org.
Hi Carlos,
have you set the Cron tab also?
Best regards,
Nikola
No. Where is the Cron tab?
Hi Carlos,
can you please check if that line in wp-config.php file is correct :
define(
'DISABLE_WP_CRON'
, true);
regarding cron tab on linux hosting, for example if you have CPanel there you can access via Cron Jovsicon like on this video : https://www.youtube.com/watch?v=bmBjg1nD5yA
Best regards,
Nikola
Please login or Register to submit your answer