Action: gform_after_update_entry
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
rgar($form, 'id')
Example hook names:
gform_after_update_entry(base hook)gform_after_update_entry_1(with first modifier value)
Allows custom actions to be performed after the entry is updated from the workflow detail page.
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | The form object for the entry. |
| $entry_id | int | The entry ID. |
| $original_entry | array | The entry object before being updated. |
Since
- unknown: unknown
Source
Defined in includes/steps/traits/trait-editable-fields.php at line 510