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