has_header_video()

最后更新于:2021-11-27 04:57:20

has_header_video()

Checks whether a header video is set or not.

响应

(bool) Whether a header video is set or not.

源文件

文件: gc-includes/theme.php

function has_header_video() {
	return (bool) get_header_video_url();
}