Skip to main content

Action: gform_after_update_entry

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. 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

NameTypeDescription
$formarrayThe form object for the entry.
$entry_idintThe entry ID.
$original_entryarrayThe entry object before being updated.

Since

  • unknown: unknown

Source

Defined in includes/steps/traits/trait-editable-fields.php at line 510