Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save joshhartman/d83bfdd799ec23404413d6e2b87796de to your computer and use it in GitHub Desktop.

Select an option

Save joshhartman/d83bfdd799ec23404413d6e2b87796de to your computer and use it in GitHub Desktop.
Crontab entry for WordPress Cron Job
*/15 * * * * wget -q -O - https://www.example.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment