• Resolved Mikhail Alferov

    (@malferov)


    When declaring a function or a method, adding a required parameter after optional parameters is deprecated since PHP 8.0.

    PHP Deprecated: Required parameter $optinAction follows optional parameter $type in /yet-another-related-posts-plugin/classes/YARPP_Admin.php on line 404

    Need to check the code in the declaration of functions and methods and their calls.

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PHP 8 Deprecated code’ is closed to new replies.