WP_Privacy_Requests_Table::get_default_primary_column_name()

Default primary column.


Description Description


Return Return

(string) Default primary column name.


Top ↑

Source Source

File: wp-admin/includes/user.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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