Wordpress - Exec Wordpress Cron with Real Cron


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #You can use this crontab to trigger the wordpress internal cron schedule
  2. 0,30 * * * * /usr/bin/wget -O /dev/null http://foobar.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.