У меня эта ошибка:
Предупреждение: count (): параметр должен быть массивом или объектом, который реализует Countable в / web / htdocs / www.gattopavidesign.it/home/wp-content/plugins/jkreativ-plugin/framework/includes/wpalchemy/MetaBox.php в строке 2663
Эта строка MetaBox.php
:
function get_the_current_group_count()
{
$arr = $this->get_the_loop_group_name_array();
end($arr);
$last = key($arr);
unset($arr[$last]);
$meta = $this->get_meta_by_array($arr);
return count($meta);
}