• Hi,
    After updating tot php 7 I get te following warning:

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

    i changed line 58 into

    if ( is_countable($pageQuizzes) && count( $pageQuizzes ) ) {

    regards

  • The topic ‘php \warning regarding $pageQuizzes’ is closed to new replies.