Filter hook 'customize_allowed_urls'

in WP Core File wp-includes/class-wp-customize-manager.php at line 4665

Description

Filters the list of URLs allowed to be clicked and followed in the Customizer preview.

Occurrences

Filename Line Number
wp-includes/class-wp-customize-manager.php 4665

Parameters

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

PHP Doc

/**
		 * 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.
		 */