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
Source
Defined in includes/class-gravityview-bulk-actions.php at line 198