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