On this page
apply_filters( 'get_header_image', string $url )
Filters the header image URL.
Parameters
$urlstring-
Header image URL.
Source
File: wp-includes/theme.php. View all references
$url = apply_filters( 'get_header_image', $url );
Related
Used By
| Used By | Description |
|---|---|
| get_header_image() wp-includes/theme.php | Retrieves header image for custom header. |
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