This action runs right before an individual image is removed from a gallery.
add_action('maxgalleria_before_remove_single_image_from_gallery', 'before_remove_single_image_from_gallery', 10, 1); $image_post
The image post object.
add_action('maxgalleria_before_remove_single_image_from_gallery', 'before_remove_single_image_from_gallery', 10, 1);
function before_remove_single_image_from_gallery($image_post) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-image-gallery.php.