Action: gform_entry_list_action
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$single_action$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
| Name | Type | Description |
|---|---|---|
| $action | string | Action being performed. |
| $entries | array | The entry IDs the action is being applied to. |
| $form_id | int | The current form ID. |
Source
- Defined in
entry_list.phpat line 1467 - Defined in
entry_list.phpat line 1550