has_header_video()
Check whether a header video is set or not.
Description Description
See also See also
Return Return
(bool) Whether a header video is set or not.
Source Source
File: wp-includes/theme.php
function has_header_video() { return (bool) get_header_video_url(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |