maxgalleria_before_gallery_thumb

Description

This filter returns the content right before the gallery thumbnail (from the [maxgallery_thumb] shortcode).

Usage

add_filter('maxgalleria_before_gallery_thumb', 'before_gallery_thumb', 10, 1);

Parameters

$html
The content right before the gallery thumbnail.

Example

add_filter('maxgalleria_before_gallery_thumb', 'before_gallery_thumb', 10, 1);

function before_gallery_thumb($html) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria-shortcode-thumb.php.