ActionScheduler_ListTable::bulk_delete( array $ids, string $ids_sql )
Bulk delete
Description Description
Deletes actions based on their ID. This is the handler for the bulk delete. It assumes the data properly validated by the callee and it will delete the actions without any extra validation.
Parameters Parameters
- $ids
-
(Required)
- $ids_sql
-
(Required) Inherited and unused
Source Source
File: packages/action-scheduler/classes/ActionScheduler_ListTable.php