maxgalleria_image_slider_slider_script

Description

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

Usage

add_filter('maxgalleria_image_slider_slider_script', 'image_slider_slider_script', 10, 1);

Parameters

$slider_script
The slider script.

Example

add_filter('maxgalleria_image_slider_slider_script', 'image_slider_slider_script', 10, 1);

function image_slider_slider_script($slider_script) {
}

Source Files

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

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