This filter returns content right before the gallery thumbnail when an album is displayed.
add_filter('maxgalleria_albums_before_gallery_thumb', 'albums_before_gallery_thumb', 10, 2); $html
The content right before the gallery thumbnail.
$options
The album options.
add_filter('maxgalleria_albums_before_gallery_thumb', 'albums_before_gallery_thumb', 10, 2);
function albums_before_gallery_thumb($html, $options) {
}
Defined in maxgalleria-albums-hooks.php.
Used in maxgalleria-albums-shortcode.php.