This action runs right after a gallery is reordered in an album.
add_action('maxgalleria_albums_after_reorder_gallery_in_album', 'after_reorder_gallery_in_album', 10, 1); $gallery
The object for the gallery being reordered in the album.
add_action('maxgalleria_albums_after_reorder_gallery_in_album', 'after_reorder_gallery_in_album', 10, 1);
function after_reorder_gallery_in_album($gallery) {
}
Defined in maxgalleria-albums-hooks.php.
Used in maxgalleria-albums.php.