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