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