Warning: This function has been deprecated.
Alert: 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.
_wp_privacy_requests_screen_options()
Was used to add options for the privacy requests screens before they were separate files.
Contents
Source
File: wp-admin/includes/deprecated.php
.
View all references
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. |