WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about customize_allowed_urls

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-customize-manager.php apply_filters 4640 /**
* Filters the list of URLs allowed to be clicked and followed in the Customizer preview.
*
* @since 3.4.0
*
* @param string[] $allowed_urls An array of allowed URLs.
*/

Hook Parameters

Parameter Type Name Description
string[] $allowed_urls An array of allowed URLs.