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