apply_filters( 'tec_events_views_v2_redirected', bool $is_redirected )
Filters whether the current request is being redirected or not.
Contents
The initial value is set by looking up the tribe_redirected query argument.
Parameters
- $is_redirected
-
(bool) Whether the current request is being redirected by TEC or not.
Source
Changelog
| Version | Description |
|---|---|
| 6.0.9 | Introduced. |