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