maxgalleria_albums_after_gallery_thumb

Description

This filter returns content right after the gallery thumbnail when an album is displayed.

Usage

add_filter('maxgalleria_albums_after_gallery_thumb', 'albums_after_gallery_thumb', 10, 2);

Parameters

$html
The content right after the gallery thumbnail.

$options
The album options.

Example

add_filter('maxgalleria_albums_after_gallery_thumb', 'albums_after_gallery_thumb', 10, 2);

function albums_after_gallery_thumb($html, $options) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums-shortcode.php.