WP_Privacy_Requests_Table::get_default_primary_column_name(): string

Returns the default primary column.


Return

string Default primary column name.


Top ↑

Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.9.6 Introduced.

Top ↑

User Contributed Notes

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