_wp_privacy_requests_screen_options()

In this article

This function has been deprecated since 5.3.0.

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only by core. 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.0Deprecated.
4.9.8Introduced.

User Contributed Notes

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