This filter returns the content right before the slider image for the gallery when displayed with the Image Slider template.
add_filter('maxgalleria_image_slider_before_slider_image', 'image_slider_before_slider_image', 10, 2); $html
The content right before the slider image.
$options
The gallery options.
add_filter('maxgalleria_image_slider_before_slider_image', 'image_slider_before_slider_image', 10, 2);
function image_slider_before_slider_image($html, $options) {
}
Defined in maxgalleria-image-slider-hooks.php.
Used in maxgalleria-image-slider-template.php.