apply_filters( 'tribe_get_day_link', string $url, string $date )

Allows the filtering of a given day link to our views.


Parameters

$url

(string) Which URL we are using.

$date

(string) Which date was passed to build the URL.


Top ↑

Source

File: src/functions/template-tags/day.php


Top ↑

Changelog

Changelog
Version Description
6.0.0 Uses Views V2 link structure.
?? Introduced.