WP_MS_Users_List_Table::get_default_primary_column_name(): string
Gets the name of the default primary column.
Contents
Return
string Name of the default primary column, in this case, 'username'
.
Source
File: wp-admin/includes/class-wp-ms-users-list-table.php
.
View all references
protected function get_default_primary_column_name() {
return 'username';
}
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |