maxgalleria_slick_carousel_after_gallery_output

Description

This filter returns the content right after the gallery output when displayed with the Slick Slider template.

Usage

add_filter('maxgalleria_slick_carousel_after_gallery_output', 'slick_carousel_after_gallery_output', 10, 4);

Parameters

$html
The content right after the gallery output.

$gallery
The gallery object.

$attachments
The gallery attachments.

$options
The gallery options.

Example

add_filter('maxgalleria_slick_carousel_after_gallery_output', 'slick_carousel_after_gallery_output', 10, 4);

function slick_carousel_after_gallery_output($html, $gallery, $attachments, $options) {
}

Source Files

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

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