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() WordPress Function
The wp_privacy_requests_screen_options() function is used to set the display options for the privacy requests screen. These options include the number of items to show per page and the fields to display.
_wp_privacy_requests_screen_options() #
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' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
5.3.0 | This function has been deprecated. |
4.9.8 | Introduced. |