maxgalleria_albums_before_reorder_gallery_in_album

Description

This action runs right before a gallery is reordered in an album.

Usage

add_action('maxgalleria_albums_before_reorder_gallery_in_album', 'before_reorder_gallery_in_album', 10, 1);

Parameters

$gallery
The object for the gallery being reordered in the album.

Example

add_action('maxgalleria_albums_before_reorder_gallery_in_album', 'before_reorder_gallery_in_album', 10, 1);

function before_reorder_gallery_in_album($gallery) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums.php.