maxgalleria_albums_before_exclude_bulk_galleries_from_album

Description

This action runs right before galleries are excluded in bulk from an album.

Usage

add_action('maxgalleria_albums_before_exclude_bulk_galleries_from_album', 'before_exclude_bulk_galleries_from_album', 10, 1);

Parameters

$gallery_ids
The IDs of the galleries being excluded from the album.

Example

add_action('maxgalleria_albums_before_exclude_bulk_galleries_from_album', 'before_exclude_bulk_galleries_from_album', 10, 1);

function before_exclude_bulk_galleries_from_album($gallery_ids) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums.php.