This filter returns the content right after the slider image for the gallery when displayed with the Slick Slider template.
add_filter('maxgalleria_slick_carousel_after_slider_image', 'slick_carousel_after_slider_image', 10, 2); $html
The content right after the slider image.
$options
The gallery options.
add_filter('maxgalleria_slick_carousel_after_slider_image', 'slick_carousel_after_slider_image', 10, 2);
function slick_carousel_after_slider_image($html, $options) {
}
Defined in maxgalleria-slick-carousel-hooks.php.
Used in maxgalleria-slick-carousel-template.php.