wp cron disable

To disable the WP-Cron in WordPress, follow these steps:

  1. Access your WordPress site's files via FTP or file manager in your hosting control panel.
  2. Locate the wp-config.php file in the root directory of your WordPress installation.
  3. Open the wp-config.php file with a text editor.
  4. Add the following line of code to the file:
define('DISABLE_WP_CRON', true);
  1. Save the changes to the wp-config.php file.