This filter returns the showcase image output for the gallery when displayed with the Image Showcase template.
add_filter('maxgalleria_image_showcase_showcase_image', 'image_showcase_showcase_image', 10, 4); $html
The output for the showcase image.
$image
The showcase image object.
$alt
The showcase image alt text.
$title
The showcase image title.
add_filter('maxgalleria_image_showcase_showcase_image', 'image_showcase_showcase_image', 10, 4);
function image_showcase_showcase_image($html, $image, $alt, $title) {
}
Defined in maxgalleria-image-showcase-hooks.php.
Used in maxgalleria-image-showcase-template.php.