Gets the list of sortable columns for the list table.
Source
protected function get_sortable_columns() {
return array(
'name' => array( 'name', false, __( 'Theme' ), __( 'Table ordered by Theme Name.' ), 'asc' ),
);
}
Gets the list of sortable columns for the list table.
protected function get_sortable_columns() {
return array(
'name' => array( 'name', false, __( 'Theme' ), __( 'Table ordered by Theme Name.' ), 'asc' ),
);
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.