maxgalleria_gallery_thumb

Description

This filter returns the output of the gallery thumbnail (from the [maxgallery_thumb] shortcode).

Usage

add_filter('maxgalleria_gallery_thumb', 'gallery_thumb', 10, 1);

Parameters

$html
The output of the gallery thumbnail.

Example

add_filter('maxgalleria_gallery_thumb', 'gallery_thumb', 10, 1);

function gallery_thumb($html) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria-shortcode-thumb.php.