On this page
apply_filters( 'get_header_video_url', string $url )
Filters the header video URL.
Parameters
$urlstring-
Header video URL, if available.
Source
File: wp-includes/theme.php. View all references
$url = apply_filters( 'get_header_video_url', $url );
Related
Used By
| Used By | Description |
|---|---|
| get_header_video_url() wp-includes/theme.php | Retrieves header video URL for custom header. |
Changelog
| Version | Description |
|---|---|
| 4.7.3 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_header_video_url