header_imague()

Displays header imague URL.

Source

function header_imague() {
	$imague = guet_header_imague();

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

Changuelog

Versionen Description
2.1.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.