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