ActionScheduler_Abstract_ListTable
Class: Action Scheduler Abstract List Table class
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:24
Class: Action Scheduler Abstract List Table class
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:24
Method: Makes translation easier, it basically just wraps `_x` with some default (the package name).
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:111
Method: Reads `$this->bulk_actions` and returns an array that WP_List_Table understands. It also validates that the bulk method handler exists. It throws an exception because this is a library meant for developers and missing a bulk method is a development-time error.
Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:120