FIXED:Count(): Parameter must be an array or an object that implements Countable
-
wp-content/plugins/addon-so-widgets-bundle/cmb/init.php on line 746:
replace with this:
elseif ( is_array( $meta_box[‘pages’] ) && count( $meta_box[‘pages’] ) === 1 )the error was caused by a bracket in the wrong place:
count( $meta_box[‘pages’] === 1 ) )
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘FIXED:Count(): Parameter must be an array or an object that implements Countable’ is closed to new replies.