This filter returns the content right before the "view more" link when a gallery widget is displayed.
add_filter('maxgalleria_gallery_widget_before_view_more', 'gallery_widget_before_view_more', 10, 1); $html
The content right before the "view more" link.
add_filter('maxgalleria_gallery_widget_before_view_more', 'gallery_widget_before_view_more', 10, 1);
function gallery_widget_before_view_more($html) {
}
Defined in maxgalleria-hooks.php.
Used in widgets/gallery-widget.php.