WP_Privacy_Data_Removal_Requests_Table::__construct() –
You appear to be a bot. Output may be restricted
Description
Usage
WP_Privacy_Data_Removal_Requests_Table::__construct( $args );
Parameters
- $args
- ( mixed ) required –
Returns
void
Source
File name: wordpress/wp-admin/includes/deprecated.php
Lines:
1 to 9 of 9
function __construct( $args ) { _deprecated_function( __CLASS__, '5.3.0', 'WP_Privacy_Data_Removal_Requests_List_Table' ); if ( ! isset( $args['screen'] ) || $args['screen'] === 'remove_personal_data' ) { $args['screen'] = 'erase-personal-data'; } parent::__construct( $args ); }