wpseek.com
A WordPress-centric search engine for devs and theme authors



the_header_video_url › WordPress Function

Since4.7.0
Deprecatedn/a
the_header_video_url ( No parameters )
Defined at:
Codex:

Displays header video URL.



Source

function the_header_video_url() {
	$video = get_header_video_url();

	if ( $video ) {
		echo esc_url( $video );
	}
}