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' );
}


Top ↑

Changelog

Changelog
VersionDescription
5.3.0This function has been deprecated.
4.9.8Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.