| 开发者 |
chillichalli
oddlogix |
|---|---|
| 更新时间 | 2026年6月5日 04:14 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
cron-guard folder to the /wp-content/plugins/ directorywp-config.php:define('DISABLE_WP_CRON', true);
*/5 * * * * wget -q -O /dev/null "https://yoursite.com/wp-cron.php" >/dev/null 2>&1
The Fix Assistant page provides detailed, host-specific instructions for your hosting environment.WP-Cron is WordPress's built-in task scheduler. Unlike a real server cron, WP-Cron only runs when someone visits your site. This means on low-traffic sites, scheduled tasks may be delayed or missed entirely.
Common causes include:
The Fix Assistant provides step-by-step instructions for your specific hosting provider. Generally, you need to:
define('DISABLE_WP_CRON', true); to wp-config.phpYes! If your host doesn't support real cron, you can use external services like:
No. Cron Guard is designed to be lightweight:
They solve different problems and work well side by side. WP Crontrol is a cron management tool for editing, adding, deleting, pausing, and manually running individual cron events. Cron Guard is a cron monitoring and alerting tool that watches your cron health and tells you the moment something breaks. Cron Guard focuses on things WP Crontrol does not do:
set_basename), so activating the premium version cleanly deactivates the free version and vice versa. No change for free users.vendor/autoload.php), matching the recommended Composer integration. No functional change.wp_date() for correct, DST-aware display of named timezones; alert emails and Slack/Discord notifications now include the timezone too.__premium_only methods and __premium_only.php files).