Skip to main content

Filter: gform_entry_list_bulk_actions

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

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

NameTypeDescription
$actionsarrayBulk actions.
$form_idintThe ID of the current form.

Since

  • 2.2.3.12

Source

Defined in entry_list.php at line 1412