WP_Plugins_List_Table::get_sortable_columns() WordPress Method
The WP_Plugins_List_Table::get_sortable_columns() method is used to get a list of columns that are sortable in the WordPress plugins list table. This is a useful method for plugins that need to be able to sort their data in the table.
WP_Plugins_List_Table::get_sortable_columns() #
Return
(array)
Source
File: wp-admin/includes/class-wp-plugins-list-table.php
protected function get_sortable_columns() { return array(); }
Expand full source codeCollapse full source codeView on TracView on GitHub