This filter returns content right before the album thumbnail widget output.
add_filter('maxgalleria_albums_widget_before_thumb_output', 'albums_widget_before_thumb_output', 10, 1); $html
The content right before the album thumbnail widget output.
add_filter('maxgalleria_albums_widget_before_thumb_output', 'albums_widget_before_thumb_output', 10, 1);
function albums_widget_before_thumb_output($html) {
}
Defined in maxgalleria-albums-hooks.php.
Used in widgets/album-thumb-widget.