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



header_image › WordPress Function

Da2.1.0
Deprecaton/a
header_image ( Nessun parametro )
Definito a:
Codex:

Displays header image URL.



Sorgenti

function header_image() {
	$image = get_header_image();

	if ( $image ) {
		echo esc_url( $image );
	}
}