Automattic / Cron-Control

A fresh take on running WordPress's cron system, allowing parallel processing

Home Page:https://wordpress.org/plugins/wp-cron-control/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress 5.7 support

johnbillion opened this issue · comments

WordPress 5.7 will allow the functions that write to the cron array to return a WP_Error object on failure. The various cron filters will also conditionally accept and return WP_Error objects. Ref: https://core.trac.wordpress.org/ticket/49961

Cron Control should work out of the box with no changes, but it would be good to support the new $wp_error parameters and return a WP_Error instead of boolean false where necessary.

Related: #173

There's actually nothing to do here as Cron control doesn't use any of the affected filters.