maxgalleria_albums_widget_before_gallery_thumb

Description

This filter returns the content right before the gallery thumbnail when an album widget is displayed.

Usage

add_filter('maxgalleria_albums_widget_before_gallery_thumb', 'albums_widget_before_gallery_thumb', 10, 1);

Parameters

$html
The content right before the gallery thumbnail.

Example

add_filter('maxgalleria_albums_widget_before_gallery_thumb', 'albums_widget_before_gallery_thumb', 10, 1);

function albums_widget_before_gallery_thumb($html) {
}

Source Files

Defined in maxgalleria-albums-hooks.php.

Used in widgets/album-widget.