Skip to main content

Action: gform_entry_list_action

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $single_action
  2. $form_id

Example hook names:

  • gform_entry_list_action (base hook)
  • gform_entry_list_action_1 (with first modifier value)
  • gform_entry_list_action_1_2 (with all modifier values)

Fires after the default entry list actions have been processed.

Parameters

NameTypeDescription
$actionstringAction being performed.
$entriesarrayThe entry IDs the action is being applied to.
$form_idintThe current form ID.

Source

  • Defined in entry_list.php at line 1467
  • Defined in entry_list.php at line 1550