Home
/
WordPress
/
Configuration
/
How to enable the WordPress cron?

How to enable the WordPress cron?

To enable the WordPress cron job, open your wp-config.php file and locate the line:

define('DB_COLLATE', '');

Under it, add the following line:

define('DISABLE_WP_CRON', false);

Share This Article