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

    PHP Deprecated: Required parameter $field_id follows optional parameter $type in /heartbeat-control/vendor/cmb2/cmb2/includes/rest-api/CMB2_REST.php on line 693

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

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