wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



has_header_image › WordPress Function

Da4.2.0
Deprecaton/a
has_header_image ( Nessun parametro )
Vedi:
Ritorna:
  • (bool) Whether a header image is set or not.
Definito a:
Codex:

Checks whether a header image is set or not.



Sorgenti

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