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


Top ↑

Source Source

File: packages/action-scheduler/classes/ActionScheduler_ListTable.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.