apply_filters( 'tec_events_views_v2_redirected', bool $is_redirected )

Filters whether the current request is being redirected or not.

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.


Top ↑

Source

File: src/Tribe/Views/V2/Hooks.php


Top ↑

Changelog

Changelog
Version Description
6.0.9 Introduced.