Is there a way of telling which repeater was added in a new post so that I can run a function specific to only a certain repeater? I currently have a repeater in a group with a nested repeater.
When add_action append was triggered I was able to tell which repeater was added by the dataset because it contained the repeater name, but the name is no longer available. Now only the id is returned.