You appear to be a bot. Output may be restricted
Description
Get a list of sortable columns. The format is: 'internal-name' => 'orderby' or 'internal-name' => array( 'orderby', true )The second format will make the initial sorting order be descending
Usage
$array = BW_List_Table::get_sortable_columns();
Parameters
Returns
arraySource
File name: oik/admin/class-bw-list-table.phpLines:
1 to 3 of 3
protected function get_sortable_columns() { return array(); }View on GitHub View on Trac