1. Home
  2. Knowledge Base
  3. Applications
  4. Wordpress
  5. How to Disable/Enable the WordPress Cron

How to Disable/Enable the WordPress Cron

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.

Click here to view this article as Oryon knowledge base video tutorial playlist.

Related Articles