wp-graphql-acf
wp-graphql-acf copied to clipboard
Required parameter deprecation notice PHP8
PHP will show a deprecated notice for when an optional parameter is defined before a required one.
https://github.com/wp-graphql/wp-graphql-acf/blob/develop/src/location-rules.php#L209
I have debug mode on with notices printed to the screen while developing, so it breaking the request.
Thanks