infoWordPress Coreerrorwp_errorschedulecronwarningvalidationextensionpluginstar_halfUncommonwarningModerate

WP_Error: Invalid cron schedule

WordPress throws this error when it tries to schedule a cron event with a name that does not exist in the list of registered intervals. The system looks for the schedule in the cron_schedules filter, fails to find it, and returns a WP_Error object.

The problem often appears after a plugin or theme that added a custom interval is deactivated, or when the cron option in the database becomes corrupted. Hosting environments that enforce fixed intervals also trigger the error.

Symptoms

[dashicons-warning]
Debug log entries
Repeated lines show invalid_schedule error for a hook.
[dashicons-admin-tools]
Failed scheduled tasks
Reports, scans, or background jobs never run.
[dashicons-info]
Admin notices
Dashboard displays messages about cron errors.
[dashicons-performance]
Performance dip
WP‑Cron retries on every request and slows the site.

Common Causes

Missing custom schedule
A plugin calls wp_schedule_event with a name that was never added via cron_schedules.
Deactivated schedule provider
The plugin that registered the interval is inactive, leaving the hook orphaned.
Corrupted cron option
The serialized cron array in wp_options cannot be decoded, causing could_not_set errors.
Hosting cron restrictions
Server resets force intervals that break finer‑grained schedules.
PHP version mismatch
Newer PHP versions expose strict type warnings in older schedule code.
Need this fixed right now?

Don't waste your day debugging. Our experts can Fix your issues in under 2 hours.*

Success Rate

100% Guaranteed

Starting from

$35 /hour
99+

Trusted by Business Owners

“I spent 3 days trying to fix the Elementor loading loop. These guys fixed it in 20 minutes. Lifesavers!”

— Sarah J., Web Designer

Related Issues

contact_mail
Contact Form 7: REST API request failed: 503 Service Unavailable
A 503 Service Unavailable response stops Contact Form 7 from sending data...
apiREST APIerror503descriptioncontact-form-7
contact_mail
Contact Form 7: REST API request failed: 429 Too Many Requests

The form tries to send data through the WordPress REST API. The...

apiREST APIerrorerrorsecurityfirewalldescriptioncontact-form-7settingsserver_configuration
contact_mail
Contact Form 7: REST API request failed: 401 Unauthorized

The form tries to send data via the WordPress REST API. The...

apiREST APIadmin_panel_settingspermissionsdescriptioncontact-form-7lock401
contact_mail
Contact Form 7: File upload error: temporary directory missing

The error appears when Contact Form 7 cannot locate a writable temporary...

codePHPcloud_offupload erroradmin_panel_settingspermissionsdescriptiontemporary filedescriptioncontact-form-7
contact_mail
Contact Form 7: Mail (2) sending failed: PHP mail() function disabled

Contact Form 7 reports a failure for Mail (2) when the PHP...

codePHPerrorerrordescriptioncontact-form-7mailMailsettingsserver_configuration
contact_mail
Contact Form 7: Mail (2) sending failed: SSL certificate verification failed

Contact Form 7 reports a failure when trying to send the secondary...

errorerrorlocksslcodecURLdescriptioncontact-form-7