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