apply_filters( 'mc_event_expired_link', $link, $event ) → {string}
Link to return if an event's link has expired. Default empty string.
Parameters:
Name | Type | Description |
---|---|---|
$link |
string | String to return if event link is expired. |
$event |
object | Event object. |
- Source:
Returns:
Link or empty string.
- Type
- string