maxgalleria_image_showcase_skin_stylesheet

Description

This filter returns the skin stylesheet to use when a gallery is displayed with the Image Showcase template.

Usage

add_filter('maxgalleria_image_showcase_skin_stylesheet', 'image_showcase_skin_stylesheet', 10, 2);

Parameters

$skin_stylesheet
The skin stylesheet.

$skin
The name of the skin.

Example

add_filter('maxgalleria_image_showcase_skin_stylesheet', 'image_showcase_skin_stylesheet', 10, 2);

function image_showcase_skin_stylesheet($skin_stylesheet, $skin) {
}

Source Files

Defined in maxgalleria-image-showcase-hooks.php.

Used in maxgalleria-image-showcase-template.php.