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