Support

Account

Home Forums ACF PRO Adding locations to a field group Reply To: Adding locations to a field group

  • OK John, I solved this out. I added $group to the first return…

    
    if ($group['key'] != 'group_58c6bfd3a0239') {
       // not our field group
       return $group;
    

    Thanks again for your precious help!