On this page
the_header_video_url()
Displays header video URL.
Source
File: wp-includes/theme.php. View all references
function the_header_video_url() {
$video = get_header_video_url();
if ( $video ) {
echo esc_url( $video );
}
}
Related
Uses
| Uses | Description |
|---|---|
| get_header_video_url() wp-includes/theme.php | Retrieves header video URL for custom header. |
| esc_url() wp-includes/formatting.php | Checks and cleans a URL. |
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_header_video_url