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.


Top ↑

Source

File: wp-includes/theme.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More