maxgalleria_albums_before_output

Description

This filter returns content right before the album output.

Usage

add_filter('maxgalleria_albums_before_output', 'albums_before_output', 10, 4);

Parameters

$html
The content right before the album output.

$album
The album object.

$attachments
The album attachments.

$options
The album options.

Example

add_filter('maxgalleria_albums_before_output', 'albums_before_output', 10, 4);

function albums_before_output($html, $album, $attachments, $options) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums-shortcode.php.