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