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