This action runs right after an individual image is reordered in a gallery.
add_action('maxgalleria_after_reorder_image_in_gallery', 'after_reorder_image_in_gallery', 10, 1); $image_post
The image post object.
add_action('maxgalleria_after_reorder_image_in_gallery', 'after_reorder_image_in_gallery', 10, 1);
function after_reorder_image_in_gallery($image_post) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-image-gallery.php.