_wp_privacy_requests_screen_options()WP 4.9.8

Deprecated from version 5.3.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

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

Internal function — this function is designed to be used by the kernel itself. It is not recommended to use this function in your code.

No Hooks.

Return

null. Nothing (null).

Usage

_wp_privacy_requests_screen_options();

Changelog

Since 4.9.8 Introduced.
Deprecated since 5.3.0

_wp_privacy_requests_screen_options() code WP 6.5.2

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