apply_filters( 'tribe_events_get_event_link', string $link , int $current_event_id , WP_Post $event , string $mode , string $anchor )
Affords an opportunity to modify the event link (typically for the next or previous event in relation to $post).
Contents
Parameters
- $link
-
(string)
- $current_event_id
-
(int)
- $event
-
(WP_Post)
- $mode
-
(string) (typically "previous" or "next")
- $anchor
-
(string)
Source
Changelog
| Version | Description |
|---|---|
| 4.6.12 | Introduced. |