jewlofthelotus / SlickQuiz-WordPress

SlickQuiz is a plugin for displaying and managing pretty, dynamic quizzes. It uses the SlickQuiz jQuery plugin.
http://wordpress.org/extend/plugins/slickquiz
Other
18 stars 19 forks source link

Warning: count () on line 59 of slickquiz-front.php #104

Open Melis45 opened 4 years ago

Melis45 commented 4 years ago

Hi there,

I'm getting a warning on the footer of my website:

Warning: count(): Parameter must be an array or an object that implements Countable in /home/m elisssm/public_html/wp-content/plugins/slickquiz/php/slickquiz-front.php on line 59

This is the code from line 59: if ( count( $pageQuizzes ) ) {

Any suggestions for a resolution? Thanks!