ActionScheduler_Abstract_ListTable::process_bulk_action()

Method: Checks if the current request has a bulk action. If that is the case it will validate and will execute the bulk method handler. Regardless if the action is valid or not it will redirect to the previous page removing the current arguments that makes this request a bulk action.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:139

Used by 2 functions | Uses 0 functions

ActionScheduler_Abstract_ListTable::set_items()

Method: Set the data for displaying. It will attempt to unserialize (There is a chance that some columns are serialized). This can be override in child classes for futher data transformation.

Source: packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php:475

Used by 1 function | Uses 0 functions