This action runs right before a gallery is included in an album.
add_action('maxgalleria_albums_before_include_single_gallery_in_album', 'before_include_single_gallery_in_album', 10, 1); $gallery
The object for the gallery being included in the album.
add_action('maxgalleria_albums_before_include_single_gallery_in_album', 'before_include_single_gallery_in_album', 10, 1);
function before_include_single_gallery_in_album($gallery) {
}
Defined in maxgalleria-albums-hooks.php.
Used in maxgalleria-albums.php.