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