WP_Plugins_List_Table::get_sortable_columns(): array<string,

In this article

Gets the list of sortable columns for this list table.

Return

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

Source

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

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.