maxgalleria_slick_carousel_slider_image

Description

This filter returns the slider image output for the gallery when displayed with the Slick Slider template.

Usage

add_filter('maxgalleria_slick_carousel_slider_image', 'slick_carousel_slider_image', 10, 4);

Parameters

$html
The output for the slider image.

$image
The slider image object.

$alt
The slider image alt text.

$title
The slider image title.

Example

add_filter('maxgalleria_slick_carousel_slider_image', 'slick_carousel_slider_image', 10, 4);

function slick_carousel_slider_image($html, $image, $alt, $title) {
}

Source Files

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

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