Do you perhaps have any helper hooks that can access if a group field was edited or not?
I am trying to just run a function if a group field was edited to make it better optimised. But the $_POST no longer has data by the time I use my hook: add_action('save_post_research', 'manage_save_automations', 10, 3); And all I want to know if were changes made to the group field, or not. Hoping you have a helper function that I didn't spot!