has_header_video(): bool

Checks whether a header video is set or not.


Description

Top ↑

See also


Top ↑

Return

bool Whether a header video is set or not.


Top ↑

Source

File: wp-includes/theme.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes

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