WP_Privacy_Requests_Table::get_default_primary_column_name()

Default primary column.

Return

(string) Default primary column name.

Source

File: wp-admin/includes/class-wp-privacy-requests-table.php

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

Changelog

Version Description
4.9.6 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_privacy_requests_table/get_default_primary_column_name