arning: count(): Parameter must be an array or an object that implements Countable in ...

admin123 2021-12-13 739

arning: 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

elseif ( is_array( $meta_box['pages'] ) && count( $meta_box['pages'] === 1 ) )

改为

elseif ( is_array( $meta_box['pages'] ) && count( $meta_box['pages'] ) === 1 )
最新回复 (0)
全部楼主
返回