maxgalleria_image_slider_main_stylesheet

Description

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

Usage

add_filter('maxgalleria_image_slider_main_stylesheet', 'image_slider_main_stylesheet', 10, 1);

Parameters

$main_stylesheet
The main stylesheet.

Example

add_filter('maxgalleria_image_slider_main_stylesheet', 'image_slider_main_stylesheet', 10, 1);

function image_slider_main_stylesheet($main_stylesheet) {
}

Source Files

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

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