Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 547 Bytes

wp-cron.md

File metadata and controls

17 lines (16 loc) · 547 Bytes
ID post_title author post_date post_excerpt layout permalink published docs_project publish_to_discourse
7809
WP Cron
Ben Word
2015-10-16 03:47:45 -0700
doc
true
a:1:{i:0;s:2:"18";}
a:1:{i:0;s:1:"0";}

Bedrock allows you to disable the internal WP Cron via the DISABLE_WP_CRON environment variable. If you enable this setting and disable WP Cron, you'll need to manually set a cron job like the following in your crontab file:

*/5 * * * * curl http://example.com/wp/wp-cron.php