Forums
Home / Plugin: Advanced Cron Manager - debug & control / Undefined variable: errors
(@kingkero)
6 years, 5 months ago
PHP Notice: Undefined variable: errors in /.../wp-content/plugins/advanced-cron-manager/inc/Cron/EventsActions.php on line 132
EventsActions->remove() is missing a default value for $errors and hence throwing this notice
EventsActions->remove()
$errors
(@kubitomakita)
Ahh thanks for the report! I’ll fix that