_wp_privacy_requests_screen_options

Advertisement

Deprecated Deprecated

This function has been deprecated.

Private Access Private Access

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Summery Summery

Was used to add options for the privacy requests screens before they were separate files.

Syntax Syntax

_wp_privacy_requests_screen_options()

Source Source

File: wp-admin/includes/deprecated.php

function _wp_privacy_requests_screen_options() {
	_deprecated_function( __FUNCTION__, '5.3.0' );
}

Advertisement

Changelog Changelog

Changelog
Version Description
5.3.0 This function has been deprecated.
4.9.8 Introduced.

Advertisement

Leave a Reply