maxgalleria_video_thumb_url

Description

This filter returns the video thumbnail URL.

Usage

add_filter('maxgalleria_video_thumb_url', 'video_thumb_url', 10, 3);

Parameters

$thumb_url
The video thumbnail URL.

$video_url
The video URL.

$data
The video data.

Example

add_filter('maxgalleria_video_thumb_url', 'video_thumb_url', 10, 3);

function video_thumb_url($thumb_url, $video_url, $data) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in video-add.php.