How to Disable/Enable the WordPress Cron Print

  • 0

Step 1: Login to the cPanel account.
Step 2: Select File Manager option under File section.
Step 3: Select the Wp-config.php file and right click on it and select Edit option to make the changes.
Step 4: Scroll down the file and change the below code to Enable/Diasable the WorPress cron.
              For disable the cron - define('DISABLE_WP_CRON', true);
              For enable the cron - define('DISABLE_WP_CRON', false);
Step 5: Click Save changes button to completed the process.

Was this answer helpful?

« Back