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