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