apply_filters( 'tribe_events_pro_views_v2_view_title', string $title , bool $depth , Tribe__Context $context , array $posts )
Filters the view title, specific to PRO Views V2.
Contents
Parameters
- $title
-
(string) The "Events" page title as it's been generated thus far.
- $depth
-
(bool) Whether to include the linked title or not.
- $context
-
(Tribe__Context) The context used to build the title, it could be the global one, or one externally set.
- $posts
-
(array) An array of posts fetched by the View.
Source
Changelog
| Version | Description |
|---|---|
| 4.7.9 | Introduced. |