GC_Comments_List_Table::get_sortable_columns()

最后更新于:2021-11-26 22:33:41

GC_Comments_List_Table::get_sortable_columns()

响应

(array)

源文件

文件: gc-admin/includes/class-gc-comments-list-table.php

	protected function get_sortable_columns() {
		return array(
			'author'   => 'comment_author',
			'response' => 'comment_post_ID',
			'date'     => 'comment_date',
		);
	}