WP_List_Table::get_sortable_columns()

Get a list of sortable columns. The format is: ‘internal-name’ => ‘orderby’ or ‘internal-name’ => array( ‘orderby’, true )


Description

The second format will make the initial sorting order be descending


Return

(array)


Source

File: wp-admin/includes/class-wp-list-table.php

	protected function get_sortable_columns() {
		return array();
	}


Changelog

Changelog
Version Description
WP-3.1.0 Introduced.