Filters the header image URL.
Parameters
$url
string- Header image URL.
Source
$url = apply_filters( 'get_header_image', $url );
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
Filters the header image URL.
$url
string$url = apply_filters( 'get_header_image', $url );
Version | Description |
---|---|
6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.