This filter returns content right before the gallery thumbnail widget output.
add_filter('maxgalleria_gallery_widget_before_thumb_output', 'gallery_widget_before_thumb_output', 10, 2); $html
The content right before the gallery thumbnail widget output.
$gallery_id
The gallery ID.
add_filter('maxgalleria_gallery_widget_before_thumb_output', 'gallery_widget_before_thumb_output', 10, 2);
function gallery_widget_before_thumb_output($html, $gallery_id) {
}
Defined in maxgalleria-hooks.php.
Used in widgets/gallery-thumb-widget.php.