WP_Application_Passwords_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, 'name'
.
Source
File: wp-admin/includes/class-wp-application-passwords-list-table.php
.
View all references
protected function get_default_primary_column_name() {
return 'name';
}
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |