Filters the list of URLs allowed to be clicked and followed in the Customizer preview.
$allowed_urlsstring[]wp-includes/class-wp-customize-manager.php:4672WP_Customize_Manager::get_allowed_urls() * 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. */ $allowed_urls = array_unique( apply_filters( 'customize_allowed_urls', $allowed_urls ) ); return $allowed_urls; } /** * Gets messenger channel.Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.