Filter: gform_entry_list_bulk_actions
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_entry_list_bulk_actions(base hook)gform_entry_list_bulk_actions_1(with first modifier value)
Modifies available bulk actions for the entries list.
Parameters
| Name | Type | Description |
|---|---|---|
| $actions | array | Bulk actions. |
| $form_id | int | The ID of the current form. |
Since
- 2.2.3.12
Source
Defined in entry_list.php at line 1412