Skip to content
Bedrock

Roots and WP Packages are independent open source projects, supported only by developers like you. We’ve been improving the WordPress developer experience since 2011, and your support keeps it independent.

Managing WP Cron in Bedrock

View as Markdown:

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 https://example.com/wp/wp-cron.php

Last updated