apply_filters( 'tribe_is_list_view', bool $is_list_view , Tribe__Context $context )
Allows filtering of the tribe_is_list_view boolean value.
Contents
Parameters
- $is_list_view
-
(bool) If we're on the List View
- $context
-
(Tribe__Context) The current context
Source
Changelog
| Version | Description |
|---|---|
| 6.0.7 | Introduced. |