maxgalleria_image_showcase_showcase_image

Description

This filter returns the showcase image output for the gallery when displayed with the Image Showcase template.

Usage

add_filter('maxgalleria_image_showcase_showcase_image', 'image_showcase_showcase_image', 10, 4);

Parameters

$html
The output for the showcase image.

$image
The showcase image object.

$alt
The showcase image alt text.

$title
The showcase image title.

Example

add_filter('maxgalleria_image_showcase_showcase_image', 'image_showcase_showcase_image', 10, 4);

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

Source Files

Defined in maxgalleria-image-showcase-hooks.php.

Used in maxgalleria-image-showcase-template.php.