generated from Pierre-Lannoy/wp-plugin-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently, the plugin has pretty much Deprecation Warnings caused by PHP 8.4 changes.
Describe the solution you'd like
It would be nice to improve the code of the plugin to be compatible with PHP 8.4, and to not show PHP Warnings. Is there such a plan?
Additional context
Examples of warnings:
WARNING | Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead.
WARNING | The constant "E_STRICT" is deprecated since PHP 8.4 (PHPCompatibility.Constants.RemovedConstants.e_strictDeprecated)
WARNING | Function utf8_decode() is deprecated since PHP 8.2; Use mb_convert_encoding(), UConverter::transcode() or iconv instead
WARNING | Passing E_USER_ERROR to trigger_error() is deprecated since 8.4. Throw an exception or call exit with a string message instead.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request