This filter returns the gallery thumbnail when an album is displayed.
add_filter('maxgalleria_albums_gallery_thumb', 'albums_gallery_thumb', 10, 3); $html
The gallery thumbnail output.
$image
The gallery thumbnail image.
$link
The URL when the gallery thumbnail is clicked.
add_filter('maxgalleria_albums_gallery_thumb', 'albums_gallery_thumb', 10, 3);
function albums_gallery_thumb($html, $image, $link) {
}
Defined in maxgalleria-albums-hooks.php.
Used in maxgalleria-albums-shortcode.php.