Filter: mc_get_uri

apply_filters( 'mc_get_uri', $link, $event, $args ) → {string}

Link to the My Calendar main calendar view.

Parameters:
Name Type Description
$link string

String to return if event link is expired.

$event object | string | bool

Event object, string requesting boolean result, or boolean false.

$args array

Current view arguments. (Optional).

Source:
Returns:

URL.

Type
string