wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



has_header_image › WordPress Function

Seit4.2.0
Veraltetn/v
has_header_image ( Keine Parameter )
Siehe:
Gibt zurück:
  • (bool) Whether a header image is set or not.
Definiert in:
Codex:

Checks whether a header image is set or not.



Quellcode

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