This filter returns the content right after the "view more" link when an album widget is displayed.
add_filter('maxgalleria_albums_widget_after_view_more', 'albums_widget_after_view_more', 10, 1); $html
The content right after the "view more" link.
add_filter('maxgalleria_albums_widget_after_view_more', 'albums_widget_after_view_more', 10, 1);
function albums_widget_after_view_more($html) {
}
Defined in maxgalleria-albums-hooks.php.
Used in widgets/album-widget.