This action runs right after bulk images are removed from a gallery.
add_action('maxgalleria_after_remove_bulk_images_from_gallery', 'after_remove_bulk_images_from_gallery', 10, 1); $image_post_ids
The IDs of the image post objects.
add_action('maxgalleria_after_remove_bulk_images_from_gallery', 'after_remove_bulk_images_from_gallery', 10, 1);
function after_remove_bulk_images_from_gallery($image_post_ids) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-image-gallery.php.