• PHP Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/masterslider/admin/includes/classes/class-msp-list-table.php on line 237

    return count( $all_items );

    edit to
    return count( [$all_items] );

    • This topic was modified 4 years, 6 months ago by WJN LLC.
  • The topic ‘PHP Warning’ is closed to new replies.