You appear to be a bot. Output may be restricted
Description
Retrieve the table's sortable columns
Usage
$array = EDD_Download_Reports_Table::get_sortable_columns();
Parameters
Returns
array Array of all the sortable columns
Source
File name: easy-digital-downloads/includes/admin/reporting/class-download-reports-table.php
Lines:
1 to 7 of 7
public function get_sortable_columns() { return array( 'title' => array( 'title', true ), 'sales' => array( 'sales', false ), 'earnings' => array( 'earnings', false ), ); }