_wp_privacy_requests_screen_options()

This function has been deprecated.

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.

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

Source

File: wp-admin/includes/deprecated.php

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

Changelog

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

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/_wp_privacy_requests_screen_options