This filter returns the output for the gallery when displayed with the Image Carousel template.
add_filter('maxgalleria_image_carousel_gallery_output', 'image_carousel_gallery_output', 10, 4); $html
The gallery output.
$gallery
The gallery object.
$attachments
The gallery attachments.
$options
The gallery options.
add_filter('maxgalleria_image_carousel_gallery_output', 'image_carousel_gallery_output', 10, 4);
function image_carousel_gallery_output($html, $gallery, $attachments, $options) {
}
Defined in maxgalleria-image-carousel-hooks.php.
Used in maxgalleria-image-carousel-template.php.