maxgalleria_video_tiles_before_thumb

Description

This filter returns the content right before the video thumbnail for the gallery when displayed with the Video Tiles template.

Usage

add_filter('maxgalleria_video_tiles_before_thumb', 'video_tiles_before_thumb', 10, 2);

Parameters

$html
The content right before the video thumbnail.

$options
The gallery options.

Example

add_filter('maxgalleria_video_tiles_before_thumb', 'video_tiles_before_thumb', 10, 2);

function video_tiles_before_thumb($html, $options) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in video-tiles.php.