Filter: gravityview/approve_entries/bulk_actions
Modify the GravityView "Bulk action" dropdown list. Return an empty array to hide.
Parameters
| Name | Type | Description |
|---|---|---|
| $bulk_actions | array | Associative 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_id | int | ID of the form currently being displayed. |
See Also
Since
- 1.16.3
Source
Defined in src/Entry/Approval/GFEntriesPageBulkActions.php at line 234