Uses
Uses | Description |
---|---|
wp-includes/theme.php: get_header_image() | Retrieves header image for custom header. |
Checks whether a header image is set or not.
(bool) Whether a header image is set or not.
File: wp-includes/theme.php
function has_header_image() { return (bool) get_header_image(); }
Version | Description |
---|---|
4.2.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/has_header_image