Description
Registers a new “Entry Updated” notification event and triggers matching notifications whenever an entry is edited from the admin. The event becomes selectable in the notification editor’s “Event” dropdown.
Usage Notes
- Only fires on admin-side entry edits via
gform_after_update_entry; programmatic updates throughGFAPI::update_entry()do not trigger this hook. - Notifications configured for this event will fire on every save, including no-op edits — consider comparing
$entryagainst$original_entryif you need to suppress unchanged saves.
Code
Please log in to view this code snippet.