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