maxgalleria_albums_before_remove_single_gallery_from_album

Description

This action runs right before a gallery is removed from an album.

Usage

add_action('maxgalleria_albums_before_remove_single_gallery_from_album', 'before_remove_single_gallery_from_album', 10, 1);

Parameters

$gallery
The object for the gallery being removed from the album.

Example

add_action('maxgalleria_albums_before_remove_single_gallery_from_album', 'before_remove_single_gallery_from_album', 10, 1);

function before_remove_single_gallery_from_album($gallery) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums.php.