PHP 8 Deprecated code
-
When declaring a function or a method, adding a required parameter after optional parameters is deprecated since PHP 8.0.
PHP Deprecated: Required parameter $url follows optional parameter $html_allowed in /ml-slider/admin/lib/Updraft_Notices.php on line 104
Need to check the code in the declaration of functions and methods and their calls.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP 8 Deprecated code’ is closed to new replies.