customize_allowed_urls

customize_allowed_urls

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('customize_allowed_urls') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 4660
    		 * @since 3.4.0
    		 *
    		 * @param string[] $allowed_urls An array of allowed URLs.
    		 */
    		$allowed_urls = array_unique( apply_filters( 'customize_allowed_urls', $allowed_urls ) );
    
    		return $allowed_urls;
    	}
    
    	/**
    	 * Gets messenger channel.