wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_header_video_url › WordPress Function

Since4.7.0
已弃用n/a
the_header_video_url ( 没有参数 )
定义在:
文档:

Displays header video URL.



源码

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

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