maxgalleria_albums_after_output

Description

This filter returns content right after the album output.

Usage

add_filter('maxgalleria_albums_after_output', 'albums_after_output', 10, 4);

Parameters

$html
The content right after the album output.

$album
The album object.

$attachments
The album attachments.

$options
The album options.

Example

add_filter('maxgalleria_albums_after_output', 'albums_after_output', 10, 4);

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

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in maxgalleria-albums-shortcode.php.