maxgalleria_albums_thumb_output

Description

This filter returns the output for the album thumbnail.

Usage

add_filter('maxgalleria_albums_thumb_output', 'albums_thumb_output', 10, 2);

Parameters

$html
The album thumbnail output.

$album
The album object.

Example

add_filter('maxgalleria_albums_thumb_output', 'albums_thumb_output', 10, 2);

function albums_thumb_output($html, $album) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums-shortcode-thumb.php.