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 $nonce follows optional parameter $formdata in /plugins/wp-pagenavi/scb/Forms.php on line 65
PHP Deprecated: Required parameter $args follows optional parameter $file in /plugins/wp-pagenavi/scb/Cron.php on line 24
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.