GC_Comments_List_Table::get_default_primary_column_name()
最后更新于:2021-11-26 22:33:03
GC_Comments_List_Table::get_default_primary_column_name()Get the name of the default primary column.
响应
(string) Name of the default primary column, in this case, ‘comment’.
源文件
文件: gc-admin/includes/class-gc-comments-list-table.php
protected function get_default_primary_column_name() {
return 'comment';
}