acfのグループで中身が空なのに

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