maxgalleria_albums_gallery_desc

Description

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

Usage

add_filter('maxgalleria_albums_gallery_desc', 'albums_gallery_desc', 10, 1);

Parameters

$html
The gallery description output.

Example

add_filter('maxgalleria_albums_gallery_desc', 'albums_gallery_desc', 10, 1);

function albums_gallery_desc($html) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums-shortcode.php.