WordPress uses wp-cron.php to run scheduled tasks such as update checks, scheduled publishing, plugin jobs, and other background work.
By default, WordPress normally triggers wp-cron.php during website visits. WP Toolkit can take over this behavior and create a real scheduled task instead.
- Open cPanel → Domains → WP Toolkit.
- Find the WordPress installation.
- Turn on Take over wp-cron.php.
- WP Toolkit disables the visit-triggered behavior and creates a replacement scheduled task automatically.
In WP Toolkit 6.10, the default replacement-task frequency changed to every five minutes, and server administrators can change the default using WP Toolkit configuration. For that reason, verify the generated scheduled task when you need to know the exact interval used on your account.
Do not disable normal WordPress cron without another scheduled method in place. Doing so can stop scheduled publishing and plugin background jobs.