This filter returns content right after the album output.
add_filter('maxgalleria_albums_after_output', 'albums_after_output', 10, 4); $html
The content right after the album output.
$album
The album object.
$attachments
The album attachments.
$options
The album options.
add_filter('maxgalleria_albums_after_output', 'albums_after_output', 10, 4);
function albums_after_output($html, $album, $attachments, $options) {
}
Defined in maxgalleria-albums-hooks.php.
Used in maxgalleria-albums-shortcode.php.