WP_Application_Passwords_List_Table::get_default_primary_column_name(): string

Gets the name of the default primary column.


Return

string Name of the default primary column, in this case, 'name'.


Top ↑

Source

File: wp-admin/includes/class-wp-application-passwords-list-table.php. View all references

protected function get_default_primary_column_name() {
	return 'name';
}

Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.