WP_Privacy_Requests_Table::column_next_steps() WordPress Method
WP_Privacy_Requests_Table::column_next_steps() is a method of the WP_Privacy_Requests_Table class. This method is used to display the next steps for a privacy request in the privacy requests table.
WP_Privacy_Requests_Table::column_next_steps( WP_User_Request $item ) #
Next steps column. Overridden by children.
Contents
Parameters
- $item
(WP_User_Request)(Required)Item being shown.
Source
File: wp-admin/includes/class-wp-privacy-requests-table.php
public function column_next_steps( $item ) {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |