How to Enable wp-cron in WordPress

August 28, 2023 / WordPress

In this article, we will explain how to enable WordPress cron jobs.

Follow the steps to enable WordPress cron jobs:

  1. Log into your “cPanel account.”
    cPanel Account
  2. Select the “File Manager” from the “Files” tool.File
  3. Click on the “public_html” folder.
    Public_html
  4. Access the “wp-config” file and click on the right side to make edits to the file.
  5. Click on “Edit”.
    Edit
  6. Copy the code and paste it.
    define('DISABLE_WP_CRON', False);

    Here’s an  example where you can insert the code:

  7. Click on “Save.”

In this way, you can enable WordPress cron jobs. For more information on WordPress, visit our knowledge base section.

Spread the love