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