This filter returns the video thumbnail URL.
add_filter('maxgalleria_video_thumb_url', 'video_thumb_url', 10, 3); $thumb_url
The video thumbnail URL.
$video_url
The video URL.
$data
The video data.
add_filter('maxgalleria_video_thumb_url', 'video_thumb_url', 10, 3);
function video_thumb_url($thumb_url, $video_url, $data) {
}
Defined in maxgalleria-hooks.php.
Used in video-add.php.