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