Skip to main content

Filter: gravityview/approve_entries/bulk_actions

Modify the GravityView "Bulk action" dropdown list. Return an empty array to hide.

Parameters

NameTypeDescription
$bulk_actionsarrayAssociative array of actions to be added to "Bulk action" dropdown inside GravityView <optgroup>. Parent array key is the <optgroup> label, then each child array must have label (displayed text) and value (input value) keys
$form_idintID of the form currently being displayed.

See Also

Since

  • 1.16.3

Source

Defined in src/Entry/Approval/GFEntriesPageBulkActions.php at line 234