You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I’ve just started testing WP with recently released PHP 8.1 and found that your plugin causes a fatal error:
PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, class LittleBizzy\DashboardCleanup\Cleanup\Elements does not have a method "quickDraft" in \wp-includes\class-wp-hook.php:303
Stack trace:
#0 \wp-includes\class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array)
#1 \wp-includes\plugin.php(470): WP_Hook->do_action(Array)
#2 \wp-admin\admin.php(175): do_action('admin_init')
#3 \wp-admin\index.php(10): require_once('...')
#4 {main}
thrown in \wp-includes\class-wp-hook.php on line 303
The text was updated successfully, but these errors were encountered:
Hi, I’ve just started testing WP with recently released PHP 8.1 and found that your plugin causes a fatal error:
The text was updated successfully, but these errors were encountered: