apply_filters( 'tec_is_view', boolean $is_view , string $view_slug , Tribe__Context $context )
Allows generic filtering of the tec_is_view boolean value.
Contents
Parameters
- $is_view
-
(boolean) Whether you're on the View or not
- $view_slug
-
(string) The view slug.
- $context
-
(Tribe__Context) The global context object.
Source
Changelog
| Version | Description |
|---|---|
| 6.0.7 | Introduced. |