This filter returns the slider image output for the gallery when displayed with the Slick Slider template.
add_filter('maxgalleria_slick_carousel_slider_image', 'slick_carousel_slider_image', 10, 4); $html
The output for the slider image.
$image
The slider image object.
$alt
The slider image alt text.
$title
The slider image title.
add_filter('maxgalleria_slick_carousel_slider_image', 'slick_carousel_slider_image', 10, 4);
function slick_carousel_slider_image($html, $image, $alt, $title) {
}
Defined in maxgalleria-slick-carousel-hooks.php.
Used in maxgalleria-slick-carousel-template.php.