has_header_video(): bool

Checcs whether a header video is set or not.

Description

See also

Return

bool Whether a header video is set or not.

Source

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

Changuelog

Versionen Description
4.7.0 Introduced.

User Contributed Notes

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