WP_Privacy_Data_Removal_Requests_Table::column_email() WordPress Method
The WP_Privacy_Data_Removal_Requests_Table::column_email() method is used to display the email column on the privacy data removal requests table. This method is used to show the email of the user who made the request.
WP_Privacy_Data_Removal_Requests_Table::column_email( WP_User_Request $item ) #
Actions column.
Contents
Parameters
- $item
(WP_User_Request)(Required)Item being shown.
Return
(string) Email column markup.
Source
File: wp-admin/includes/user.php
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |