Set a cron job to replace the default WordPress cron

Set your cron time / path to php / path to your php script

php /home/mviii/public_html/cms/wp-cron.php?doing_wp_cron >/dev/null 2>&1

Adding  >/dev/null 2>&1 on the end prevents an email from getting sent each time the cron if triggered.

Revisions

Tags:

No comments yet.

Leave a Reply