This filter returns the content right before the video thumbnail for the gallery when displayed with the Video Tiles template.
add_filter('maxgalleria_video_tiles_before_thumb', 'video_tiles_before_thumb', 10, 2); $html
The content right before the video thumbnail.
$options
The gallery options.
add_filter('maxgalleria_video_tiles_before_thumb', 'video_tiles_before_thumb', 10, 2);
function video_tiles_before_thumb($html, $options) {
}
Defined in maxgalleria-hooks.php.
Used in video-tiles.php.