maxgalleria_image_carousel_lightbox_stylesheet

Description

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

Usage

add_filter('maxgalleria_image_carousel_lightbox_stylesheet', 'image_carousel_lightbox_stylesheet', 10, 1);

Parameters

$lightbox_stylesheet
The lightbox stylesheet.

Example

add_filter('maxgalleria_image_carousel_lightbox_stylesheet', 'image_carousel_lightbox_stylesheet', 10, 1);

function image_carousel_lightbox_stylesheet($lightbox_stylesheet) {
}

Source Files

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

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