How to Disable/Enable the WordPress Cron
How to Disable the WordPress Cron To disable the internal WordPress cron job system, open the wp-config.php file in the root of your WordPress installation and locate the following line: 1 define(‘DB_COLLATE’, ”); Right under it, add the following code: 1 define(‘DISABLE_WP_CRON’, … Continued