whitelist_options

Advertisement

Deprecated Deprecated

This hook has been deprecated. Use ‘allowed_options’ instead.

Summery Summery

Filters the allowed options list.

Syntax Syntax

apply_filters_deprecated( 'whitelist_options', array $allowed_options )

Parameters Parameters

$allowed_options

The allowed options list.

Source Source

File: wp-admin/options.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.5.0 Use 'allowed_options' instead.
2.7.0 Introduced.

Advertisement

Leave a Reply