maxgalleria_albums_gallery_thumb

Description

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

Usage

add_filter('maxgalleria_albums_gallery_thumb', 'albums_gallery_thumb', 10, 3);

Parameters

$html
The gallery thumbnail output.

$image
The gallery thumbnail image.

$link
The URL when the gallery thumbnail is clicked.

Example

add_filter('maxgalleria_albums_gallery_thumb', 'albums_gallery_thumb', 10, 3);

function albums_gallery_thumb($html, $image, $link) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums-shortcode.php.