Hii,
I have created a plugin and inside it i used this filter to get all fields for a specific group id :
$fieldsByGroup = apply_filters(‘acf/field_group/get_fields’, array(), $groupID);
but when i updated my ACF plugin to pro version this filter did not work, i tried looking for this filter inside the code but i didn’t find it, should i use another filter or what? again i need to list all form fields inside a specific group, i need to solve this issue asap, any one can help me in that?
Regards,
hi @molora83
funny … i ran into exactly the same problem 😉 but @hube2 guided me towards the right solution, see his post & link above …
best of luck
becki