maxgalleria_image_slider_before_slider_image

Description

This filter returns the content right before the slider image for the gallery when displayed with the Image Slider template.

Usage

add_filter('maxgalleria_image_slider_before_slider_image', 'image_slider_before_slider_image', 10, 2);

Parameters

$html
The content right before the slider image.

$options
The gallery options.

Example

add_filter('maxgalleria_image_slider_before_slider_image', 'image_slider_before_slider_image', 10, 2);

function image_slider_before_slider_image($html, $options) {
}

Source Files

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

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