Disable WP Cron (Set to manual cron job)

Add this line to wp-config.php after DB_COLLATE line:

define('DISABLE_WP_CRON', true);

Add a new cron job with the following command:

cd /home/username/public_html; php -q wp-cron.php

Set to once or twice hourly.

Leave a Reply

Your email address will not be published.