Action: gform_post_update_entry
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_post_update_entry(base hook)gform_post_update_entry_1(with first modifier value)
Fires after the Entry is updated.
Parameters
| Name | Type | Description |
|---|---|---|
| $lead | array | The entry object after being updated. |
| $original_entry | array | The entry object before being updated. |
Since
- Unknown.: Unknown.
Source
- Defined in
includes/legacy/forms_model_legacy.phpat line 2234 - Defined in
includes/api.phpat line 1096