PHP 8 Deprecation Notice – Required parameter follows optional parameter
-
My site is currently running on Php 7.4.
I just tested it with Php 8 and got a deprecation warning for Happy Files function get_uncategorized_items at line 332 in ../happyfiles-pro/include/helpers.php.
The warning says, ‘Deprecated: Required parameter $taxonomy follows optional parameter $post_type in …/happyfiles-pro/include/helpers.php on line 332’
More info: https://php.watch/versions/8.0/deprecate-required-param-after-optional
- The topic ‘PHP 8 Deprecation Notice – Required parameter follows optional parameter’ is closed to new replies.