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).


Parameters

$link

(string)

$current_event_id

(int)

$event

(WP_Post)

$mode

(string) (typically "previous" or "next")

$anchor

(string)


Top ↑

Source

File: src/Tribe/Adjacent_Events.php


Top ↑

Changelog

Changelog
Version Description
4.6.12 Introduced.