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