What hook to use to call function after permanently deleting an entry
-
I’ve tried:
after_partial_deleted_entry
before_partial_deleted_entry
before_deleting_entries
after_deleting_entries
and none of them seem to do anything.
I want to callback the form data from the deleted entry once it’s permanently deleted. What I need is the form name and the ID of the submission.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘What hook to use to call function after permanently deleting an entry’ is closed to new replies.