This filter returns the lightbox script to use when a gallery is displayed with the Image Carousel template.
add_filter('maxgalleria_image_carousel_lightbox_script', 'image_carousel_lightbox_script', 10, 1); $lightbox_script
The lightbox script.
add_filter('maxgalleria_image_carousel_lightbox_script', 'image_carousel_lightbox_script', 10, 1);
function image_carousel_lightbox_script($lightbox_script) {
}
Defined in maxgalleria-image-carousel-hooks.php.
Used in maxgalleria-image-carousel-template.php.