jjgrainger / PostTypes

Simple WordPress custom post types.
https://posttypes.jjgrainger.co.uk/
MIT License
373 stars 47 forks source link

Type check taxonomy query var to prevent php 8 error #91

Closed Barny-Thorpe closed 1 year ago

Barny-Thorpe commented 1 year ago

ERROR:

PHP Fatal error: Uncaught TypeError: in_array(): Argument #2 ($haystack) must be of type array, 
null given in .../vendor/jjgrainger/posttypes/src/Taxonomy.php:361

FIX: Type check query var and return early