This filter returns the slider stylesheet to use when a gallery is displayed with the Image Slider template.
add_filter('maxgalleria_image_slider_slider_stylesheet', 'image_slider_slider_stylesheet', 10, 1); $slider_stylesheet
The slider stylesheet.
add_filter('maxgalleria_image_slider_slider_stylesheet', 'image_slider_slider_stylesheet', 10, 1);
function image_slider_slider_stylesheet($slider_stylesheet) {
}
Defined in maxgalleria-image-slider-hooks.php.
Used in maxgalleria-image-slider-template.php.