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
.
View all references
$url = apply_filters( 'get_header_video_url', $url );
Changelog
Version | Description |
---|---|
4.7.3 | Introduced. |