WP_Comments_List_Table::get_sortable_columns() –
You appear to be a bot. Output may be restricted
Description
Usage
$array = WP_Comments_List_Table::get_sortable_columns();
Parameters
Returns
array
Source
File name: wordpress/wp-admin/includes/class-wp-comments-list-table.php
Lines:
1 to 7 of 7
protected function get_sortable_columns() { return array( 'author' => 'comment_author', 'response' => 'comment_post_ID', 'date' => 'comment_date', ); }