apply_filters( 'tribe_get_day_link', string $url , string $date )
Allows the filtering of a given day link to our views.
Contents
Parameters
- $url
-
(string) Which URL we are using.
- $date
-
(string) Which date was passed to build the URL.
Source
Changelog
Version | Description |
---|---|
6.0.0 | Uses Views V2 link structure. |
?? | Introduced. |