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
- April 10, 2018 @ 00:51:12 [Current Revision] by PeterLugg
- April 10, 2018 @ 00:51:12 by PeterLugg
- April 9, 2018 @ 07:27:09 by PeterLugg
No comments yet.