tribe_get_past_link()
Link to Past Events
Returns a link to the previous events in list view. Used in the loop view.
Return
(string) URL
Source
File: src/functions/template-tags/loop.php
function tribe_get_past_link() {
$tribe_ecp = Tribe__Events__Main::instance();
$output = $tribe_ecp->getLink( 'past' );
return apply_filters( 'tribe_get_past_link', $output );
}