This filter returns the skin stylesheet to use when a gallery is displayed with the Image Carousel template.
add_filter('maxgalleria_image_carousel_skin_stylesheet', 'image_carousel_skin_stylesheet', 10, 2); $skin_stylesheet
The skin stylesheet.
$skin
The name of the skin.
add_filter('maxgalleria_image_carousel_skin_stylesheet', 'image_carousel_skin_stylesheet', 10, 2);
function image_carousel_skin_stylesheet($skin_stylesheet, $skin) {
}
Defined in maxgalleria-image-carousel-hooks.php.
Used in maxgalleria-image-carousel-template.php.