apply_filters( 'get_header_video_url', string $url )

Filters the header video URL.


Parameters

$url string
Header video URL, if available.

Top ↑

Source

File: wp-includes/theme.php. View all references

$url = apply_filters( 'get_header_video_url', $url );


Top ↑

Changelog

Changelog
Version Description
4.7.3 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.