WP_Privacy_Data_Export_Requests_Table::column_next_steps() WordPress Method
The `WP_Privacy_Data_Export_Requests_Table::column_next_steps()` method is used to display the next steps for each privacy data export request in the table. This is useful for seeing at a glance what needs to be done in order to complete the request.
WP_Privacy_Data_Export_Requests_Table::column_next_steps( WP_User_Request $item ) #
Displays the next steps column.
Contents
Parameters
- $item
(WP_User_Request)(Required)Item being shown.
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. |