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