wordpress / latest / functions / has_header_image.html

has_header_image(): bool

Checks whether a header image is set or not.

Description

See also

Return

bool Whether a header image is set or not.

Source

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

function has_header_image() {
	return (bool) get_header_image();
}

Uses

Uses Description

Used By

Used By Description

Changelog

Version Description
4.2.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/has_header_image