Skip to main content

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

NameTypeDescription
$feedbackstring|\WP_ErrorThe admin message.
$bulk_actionstringThe action.
$entry_idsarrayThe entry IDs to be processed.
$thisarray->args The args for this table.

Source

Defined in includes/pages/class-status.php at line 2052