apply_filters( ‘get_header_image’, string $url )

In this article

Filters the header image URL.

Parameters

$urlstring
Header image URL.

Source

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

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

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