wpseek.com
A WordPress-centric search engine for devs and theme authors



has_header_image › WordPress Function

Since4.2.0
Deprecatedn/a
has_header_image ( No parameters )
See:
Returns:
  • (bool) Whether a header image is set or not.
Defined at:
Codex:

Checks whether a header image is set or not.



Source

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