Filter: gravityflow_bulk_action_status_table
Allows custom bulk actions to be processed in the status table.
Return a string for a standard admin message. Return an instance of WP_Error to display an error.
Parameters
| Name | Type | Description |
|---|---|---|
| $feedback | string|\WP_Error | The admin message. |
| $bulk_action | string | The action. |
| $entry_ids | array | The entry IDs to be processed. |
| $this | array | ->args The args for this table. |
Source
Defined in includes/pages/class-status.php at line 2052