This filter returns the content right before the gallery thumbnail (from the [maxgallery_thumb] shortcode).
add_filter('maxgalleria_before_gallery_thumb', 'before_gallery_thumb', 10, 1); $html
The content right before the gallery thumbnail.
add_filter('maxgalleria_before_gallery_thumb', 'before_gallery_thumb', 10, 1);
function before_gallery_thumb($html) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-shortcode-thumb.php.