This filter returns the output of the album widget.
add_filter('maxgalleria_albums_widget_output', 'albums_widget_output', 10, 1); $html
The album widget output.
add_filter('maxgalleria_albums_widget_output', 'albums_widget_output', 10, 1);
function albums_widget_output($html) {
}
Defined in maxgalleria-albums-hooks.php.
Used in widgets/album-widget.