This filter returns the gallery description when an album is displayed.
add_filter('maxgalleria_albums_gallery_desc', 'albums_gallery_desc', 10, 1); $html
The gallery description output.
add_filter('maxgalleria_albums_gallery_desc', 'albums_gallery_desc', 10, 1);
function albums_gallery_desc($html) {
}
Defined in maxgalleria-albums-hooks.php.
Used in maxgalleria-albums-shortcode.php.