Warning: This class has been deprecated.
WP_Privacy_Data_Export_Requests_Table
Previous class for list table for privacy data export requests.
Source
File: wp-admin/includes/deprecated.php
class WP_Privacy_Data_Export_Requests_Table extends WP_Privacy_Data_Export_Requests_List_Table { function __construct( $args ) { _deprecated_function( __CLASS__, '5.3.0', 'WP_Privacy_Data_Export_Requests_List_Table' ); if ( ! isset( $args['screen'] ) || $args['screen'] === 'export_personal_data' ) { $args['screen'] = 'export-personal-data'; } parent::__construct( $args ); } }
Expand full source code Collapse full source code View on Trac View on GitHub
Methods
- __construct
- column_email — Actions column.
- column_next_steps — Displays the next steps column.
Changelog
Version | Description |
---|---|
5.3.0 | This class has been deprecated. |
4.9.6 | Introduced. |