PHP 7.2 count(null) problem
-
Hello,
Please how to fix PHP 7.2 count problem?Warning: count(): Parameter must be an array or an object that implements Countable in
beautiful-taxonomy-filters/public/class-beautiful-taxonomy-filters-public.php on line 326This line:
return ( count($postcount_query->posts > 0) ? count($postcount_query->posts) : 0 );
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP 7.2 count(null) problem’ is closed to new replies.