This action runs right after galleries are removed in bulk from an album.
add_action('maxgalleria_albums_after_remove_bulk_galleries_from_album', 'after_remove_bulk_galleries_from_album', 10, 1); $gallery_ids
The IDs of the galleries being removed from the album.
add_action('maxgalleria_albums_after_remove_bulk_galleries_from_album', 'after_remove_bulk_galleries_from_album', 10, 1);
function after_remove_bulk_galleries_from_album($gallery_ids) {
}
Defined in maxgalleria-albums-hooks.php.
Used in maxgalleria-albums.php.