maxgalleria_albums_gallery_title

Description

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

Usage

add_filter('maxgalleria_albums_gallery_title', 'albums_gallery_title', 10, 3);

Parameters

$html
The gallery title output.

$text
The gallery title text.

$link
The URL when the gallery title is clicked.

Example

add_filter('maxgalleria_albums_gallery_title', 'albums_gallery_title', 10, 3);

function albums_gallery_title($html, $text, $link) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums-shortcode.php.