WP_Privacy_Requests_Table::get_default_primary_column_name() WordPress Method
The WP_Privacy_Requests_Table::get_default_primary_column_name() method is used to get the default primary column name for the privacy requests table.
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'; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |