This filter returns content right before the album thumbnail output.
add_filter('maxgalleria_albums_before_thumb_output', 'albums_before_thumb_output', 10, 2); $html
The content right before the album thumbnail output.
$album
The album object.
add_filter('maxgalleria_albums_before_thumb_output', 'albums_before_thumb_output', 10, 2);
function albums_before_thumb_output($html, $album) {
}
Defined in maxgalleria-albums-hooks.php.
Used in maxgalleria-albums-shortcode-thumb.php.