Descrição
WordPress is not fully compatible with PHP 8.0 or 8.1. All remaining known PHP 8.1 issues are deprecation notices.
The same is related to many popular plugins such as WooCommerce, Jetpack and others. Mainly, they produce deprecation notices from the Action Scheduler library.
Features
- Plugin blocks all deprecation notices from WordPress core, WooCommerce, JetPack and many others using Action Scheduler library.
- Plugin filters out errors from these libraries only. Errors produced by the user code are not blocked, which helps to debug.
- During activation, plugin installs a mu-plugin
kagg-compatibility-error-handler.php
into the/wp-content/mu-plugins/
folder. It contains the error handler, which loads earlier than any plugin or theme.
Plugin Support
Instalação
- Upload
kagg-compatibility
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Can I contribute?
Yes, you can!
- Join in on our GitHub repository
Avaliações
15 Fevereiro, 2022
A great plugin that solves a lot of headaches when switching to php8.1
Contribuidores e programadores
“KAGG Compatibility” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “KAGG Compatibility” para o seu idioma.
Interessado no desenvolvimento?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Registo de alterações
1.1.0
- Tested with WordPress 6.0
1.0.1
- Fixed creation of the mu-plugin folder if it does not exist.
1.0.0
- Initial release