PHP error
-
There is an error in Your plugin:
Warning: count(): Parameter must be an array or an object that implements Countable in .../wp-content/plugins/arconix-faq/includes/metabox/init.php on line 746
This line:
elseif ( is_array( $meta_box['pages'] ) && count( $meta_box['pages'] === 1 ) )
should be:
elseif ( is_array( $meta_box['pages'] ) && count( $meta_box['pages'] ) === 1 )
??
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP error’ is closed to new replies.