WP_Plugins_List_Table::get_sortable_columnsprotectedWP 3.1.0

Gets the list of sortable columns for this list table.

Method of the class: WP_Plugins_List_Table{}

No Hooks.

Returns

array<string,. array<int, string|bool>|string> An associative array of sortable columns.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_sortable_columns();

Changelog

Since 3.1.0 Introduced.

WP_Plugins_List_Table::get_sortable_columns() code WP 7.1

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