This filter returns the content right after the showcase image for the gallery when displayed with the Image Showcase template.
add_filter('maxgalleria_image_showcase_after_showcase_image', 'image_showcase_after_showcase_image', 10, 2); $html
The content right after the showcase image.
$options
The gallery options.
add_filter('maxgalleria_image_showcase_after_showcase_image', 'image_showcase_after_showcase_image', 10, 2);
function image_showcase_after_showcase_image($html, $options) {
}
Defined in maxgalleria-image-showcase-hooks.php.
Used in maxgalleria-image-showcase-template.php.