Disable wordpress wp cron

  1. Access your WordPress website's files through an FTP client or file manager.
  2. Locate the wp-config.php file in the root directory of your WordPress installation.
  3. Add the following line of code to the wp-config.php file: define('DISABLE_WP_CRON', true);
  4. Save the changes to the wp-config.php file and upload it back to your server if necessary.