ActionScheduler_Abstract_ListTable::get_items_query_order()

Method: Prepares the ORDER BY sql statement. It uses `$this->sort_by` to know which columns are sortable. This requests validates the orderby $_GET parameter is a valid column and sortable. It will also use order (ASC|DESC) using DESC by default.

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

Used by 1 function | Uses 2 functions

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