maxgalleria_albums_before_gallery_title

Description

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

Usage

add_filter('maxgalleria_albums_before_gallery_title', 'albums_before_gallery_title', 10, 2);

Parameters

$html
The content right before the gallery title.

$options
The album options.

Example

add_filter('maxgalleria_albums_before_gallery_title', 'albums_before_gallery_title', 10, 2);

function albums_before_gallery_title($html, $options) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums-shortcode.php.