Also:
count(): Parameter must be an array or an object that implements Countable in …/collapsing-categories/collapscatlist.php on line 508
not sure if it works at all, but this stops giving warning 🙂 :
if( $posts == null)$totalPostCount=0;
else $totalPostCount=1;
if( is_array($posts) )$totalPostCount=count($posts);
-
This reply was modified 6 years, 2 months ago by
visnevskis.
Also:
“Notice: The called constructor method for WP_Widget in collapsCatWidget is deprecated since version 4.3.0! Use
__construct()
instead.”
Also:
Notice: wp_specialchars is deprecated since version 2.8.0! Use esc_html() instead.
-
This reply was modified 6 years, 2 months ago by
visnevskis.
-
This reply was modified 6 years, 2 months ago by
visnevskis.
All the notices come from enabling WordPress debug, to see PHP errors.