Tagged Questions
2
votes
2answers
406 views
Can an action callback prevent the parent from continuing execution?
I'm working on a plugin that interacts with Gravity Forms, and under certain conditions I want to prevent a form from being deleted. Here's the method in Gravity Forms that handles deleting a form:
...