maxgalleria_image_showcase_before_showcase_image

Description

This filter returns the content right before the showcase image for the gallery when displayed with the Image Showcase template.

Usage

add_filter('maxgalleria_image_showcase_before_showcase_image', 'image_showcase_before_showcase_image', 10, 2);

Parameters

$html
The content right before the showcase image.

$options
The gallery options.

Example

add_filter('maxgalleria_image_showcase_before_showcase_image', 'image_showcase_before_showcase_image', 10, 2);

function image_showcase_before_showcase_image($html, $options) {
}

Source Files

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

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