<?php
$acfgroup = get_field('group');
$judge = array_filter($acfgroup);
if(empty($judge)):
endif;
?>
<?php
$acfgroup = get_field('group');
$judge = array_filter($acfgroup);
if(empty($judge)):
endif;
?>