customize_allowed_urls

customize_allowed_urls

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

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('customize_allowed_urls') is found 1 times:

  • /wp-includes/class-wp-customize-manager.php line 4672
    4668
    4669
    4670
    4671
    4672
    4673
    4674
    4675
    4676
    4677
    4678
         * @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.