WP_Customize_Manager::_sanitize_external_header_video( string $value )

Callback for sanitizing the external_header_video value.


Description Description


Parameters Parameters

$value

(string) (Required) URL.


Top ↑

Return Return

(string) Sanitized URL.


Top ↑

Source Source

File: wp-includes/class-wp-customize-manager.php

	public function _sanitize_external_header_video( $value ) {
		return esc_url_raw( trim( $value ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.