maxgalleria_video_tiles_gallery_output

Description

This filter returns the output for the gallery when displayed with the Video Tiles template.

Usage

add_filter('maxgalleria_video_tiles_gallery_output', 'video_tiles_gallery_output', 10, 4);

Parameters

$html
The gallery output.

$gallery
The gallery object.

$attachments
The gallery attachments.

$options
The gallery options.

Example

add_filter('maxgalleria_video_tiles_gallery_output', 'video_tiles_gallery_output', 10, 4);

function video_tiles_gallery_output($html, $gallery, $attachments, $options) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in video-tiles.php.