wppaste
WordPress

WP_Privacy_Data_Removal_Requests_Table

Since
4.9.6
Source
wp-admin/includes/deprecated.php:1553
Previous class for list table for privacy data erasure requests.

Compatibility

Deprecated in WordPress 5.3.0. Kept for back-compatibility; avoid it in new code.

WordPress
since 4.9.6
  • 6.7.7
  • 6.8.8
  • 6.9.7
  • 7.0.4
  • 7.1.0

Present in every tracked release (6.7.7 to 7.1.0).

Methods · 1

Source code

class WP_Privacy_Data_Removal_Requests_Table extends WP_Privacy_Data_Removal_Requests_List_Table {	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 );	}}

Changelog

Introduced in 4.9.6. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

5.3.0
Deprecated.from the docblock
4.9.6
Introduced.from the docblock

About this page

Parsed data
Generated from the wordpress-develop 6.7.7 tag, from src/wp-admin/includes/deprecated.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.