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 |
|
|
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