This filter returns the content right after the gallery thumbnail when an album widget is displayed.
add_filter('maxgalleria_albums_widget_after_gallery_thumb', 'albums_widget_after_gallery_thumb', 10, 1); $html
The content right after the gallery thumbnail.
add_filter('maxgalleria_albums_widget_after_gallery_thumb', 'albums_widget_after_gallery_thumb', 10, 1);
function albums_widget_after_gallery_thumb($html) {
}
Defined in maxgalleria-albums-hooks.php.
Used in widgets/album-widget.