I’ve been searching for this and I’m not finding anything, could be I’m just missing it.
Is there a way to get a field group, including all the fields in the group, so that I have an array that looks like the array used when I call register_field_group()?
Well, part of my problem.
Using: $fields = acf_get_fields($group['ID']);
while on an admin page that uses that group appear to cause an infinite loop. So, if ACF is already dealing with that group in some way and I attempt to use acf_get_fields then I have problems.