WP_MS_Themes_List_Table::get_sortable_columns() –

You appear to be a bot. Output may be restricted

Description

Usage

$array = WP_MS_Themes_List_Table::get_sortable_columns();

Parameters

Returns

array

Source

File name: wordpress/wp-admin/includes/class-wp-ms-themes-list-table.php
Lines:

1 to 5 of 5
  protected function get_sortable_columns() {
    return array(
      'name' => 'name',
    );
  }
 

 View on GitHub View on Trac