GC_Application_Passwords_List_Table::get_default_primary_column_name()
最后更新于:2021-11-26 09:16:10
GC_Application_Passwords_List_Table::get_default_primary_column_name()Gets the name of the default primary column.
响应
(string) Name of the default primary column, in this case, ‘name’.
源文件
文件: gc-admin/includes/class-gc-application-passwords-list-table.php
protected function get_default_primary_column_name() {
return 'name';
}