wordpress / latest / hooks / get_header_image.html

apply_filters( 'get_header_image', string $url )

Filters the header image URL.

Parameters

$url string
Header image URL.

Source

File: wp-includes/theme.php. View all references

$url = apply_filters( 'get_header_image', $url );

Used By

Used By Description

Changelog

Version Description
6.1.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_header_image