This filter returns the output of the gallery thumbnail (from the [maxgallery_thumb] shortcode).
add_filter('maxgalleria_gallery_thumb', 'gallery_thumb', 10, 1); $html
The output of the gallery thumbnail.
add_filter('maxgalleria_gallery_thumb', 'gallery_thumb', 10, 1);
function gallery_thumb($html) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-shortcode-thumb.php.