maxgalleria_image_showcase_after_thumb

Description

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

Usage

add_filter('maxgalleria_image_showcase_after_thumb', 'image_showcase_after_thumb', 10, 2);

Parameters

$html
The content right after the image thumbnail.

$options
The gallery options.

Example

add_filter('maxgalleria_image_showcase_after_thumb', 'image_showcase_after_thumb', 10, 2);

function image_showcase_after_thumb($html, $options) {
}

Source Files

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

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