This filter returns the output of the gallery widget.
add_filter('maxgalleria_gallery_widget_output', 'gallery_widget_output', 10, 2); $html
The gallery widget output.
$gallery_id
The gallery ID.
add_filter('maxgalleria_gallery_widget_output', 'gallery_widget_output', 10, 2);
function gallery_widget_output($html, $gallery_id) {
}
Defined in maxgalleria-hooks.php.
Used in widgets/gallery-widget.php.