WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about allowed_options

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/options.php apply_filters 233 /**
* Filters the allowed options list.
*
* @since 5.5.0
*
* @param array $allowed_options The allowed options list.
*/

Hook Parameters

Parameter Type Name Description
array $allowed_options The allowed options list.