We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 Error: Call to undefined method LittleBizzy\DisableGutenberg\Core\Core::detected() in \wp-content\plugins\disable-gutenberg-1.1.0\core\core.php:50 Stack trace: #0 \wp-includes\class-wp-hook.php(303): LittleBizzy\DisableGutenberg\Core\Core->onInit('') #1 \wp-includes\class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array) #2 \wp-includes\plugin.php(470): WP_Hook->do_action(Array) #3 \wp-settings.php(578): do_action('init') #4 \wp-config.php(100): require_once('C:\\Programs\\lar...') #5 \wp-load.php(50): require_once('C:\\Programs\\lar...') #6 \wp-blog-header.php(13): require_once('C:\\Programs\\lar...') #7 \index.php(17): require('C:\\Programs\\lar...') #8 {main} thrown in \wp-content\plugins\disable-gutenberg-1.1.0\core\core.php on line 50
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: