header_video_settings WordPress Filter Hook
The header_video_settings hook allows you to override the default header video settings. This hook is useful if you want to change the video URL or play the video in a loop.
apply_filters( 'header_video_settings', array $settings ) #
Filters header video settings.
Parameters
- $settings
(array)An array of header video settings.
Source
File: wp-includes/theme.php
Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |