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