maxgalleria_slick_carousel_after_slider_image

Description

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

Usage

add_filter('maxgalleria_slick_carousel_after_slider_image', 'slick_carousel_after_slider_image', 10, 2);

Parameters

$html
The content right after the slider image.

$options
The gallery options.

Example

add_filter('maxgalleria_slick_carousel_after_slider_image', 'slick_carousel_after_slider_image', 10, 2);

function slick_carousel_after_slider_image($html, $options) {
}

Source Files

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

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