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



has_header_video › WordPress Function

Since4.7.0
Deprecatedn/a
has_header_video ( No parameters )
See:
Returns:
  • (bool) Whether a header video is set or not.
Defined at:
Codex:

Checks whether a header video is set or not.



Source

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