has_header_image()
Check whether a header image is set or not.
Description Description
See also See also
Return Return
(bool) Whether a header image is set or not.
Source Source
File: wp-includes/theme.php
function has_header_image() { return (bool) get_header_image(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Related:
header_image
get_header_image