get_header_video_url WordPress Filter Hook
The get_header_video_url Wordpress hook allows you to get the URL of the header video for a given Wordpress site. This can be useful if you want to embed the header video in another location or if you want to use the video in a custom header.
apply_filters( 'get_header_video_url', string $url ) #
Filters the header video URL.
Parameters
- $url
(string)Header video URL, if available.
Source
File: wp-includes/theme.php
Changelog
Version | Description |
---|---|
4.7.3 | Introduced. |