This filter returns the "view more" link when an album widget is displayed.
add_filter('maxgalleria_albums_widget_view_more', 'albums_widget_view_more', 10, 3); $html
The output of the "view more" link.
$view_more_url
The URL of the "view more" link.
$view_more_text
The text of the "view more" link.
add_filter('maxgalleria_albums_widget_view_more', 'albums_widget_view_more', 10, 3);
function albums_widget_view_more($html, $view_more_url, $view_more_text) {
}
Defined in maxgalleria-albums-hooks.php.
Used in widgets/album-widget.