header_image()
Display header image URL.
Description Description
Source Source
File: wp-includes/theme.php
function header_image() { $image = get_header_image(); if ( $image ) { echo esc_url( $image ); } }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Related:
has_header_image
get_header_image