Filters the header image URL.
Parameters
$urlstring- Header image URL.
Source
$url = apply_filters( 'get_header_image', $url );
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
Filters the header image URL.
$urlstring$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.