Return to Snippet

Revision: 37490
at December 10, 2010 22:39 by jli


Initial Code
#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

Initial URL


Initial Description


Initial Title
Wordpress - Exec Wordpress Cron with Real Cron

Initial Tags


Initial Language
Bash