_wp_privacy_requests_screen_options()

In this article

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

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

Changelog

VersionDescription
5.3.0This function has been deprecated.
4.9.8Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.