maxgalleria_albums_after_thumb_output

Description

This filter returns content right after the album thumbnail output.

Usage

add_filter('maxgalleria_albums_after_thumb_output', 'albums_after_thumb_output', 10, 2);

Parameters

$html
The content right after the album thumbnail output.

$album
The album object.

Example

add_filter('maxgalleria_albums_after_thumb_output', 'albums_after_thumb_output', 10, 2);

function albums_after_thumb_output($html, $album) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

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