WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/header image

Description

Display header image path.

Usage

<?php header_image() ?>

Parameters

None.

Return Values

(string) 
This function return an absolute url of header image without escaping the entities.

Examples

Notes

Change Log

Since: 2.1.0

Source File

header_image() is located in wp-includes/theme.php.

Related

See also index of Function Reference and index of Template Tags.