Hooks::filter_views_v2_wp_title_plural_events_label( string $label, Tribe__Context $context )
Filter the plural events label for Featured V2 PRO Views.
Topics
Parameters #
- $label
-
(string) (Required) The plural events label as it's been generated thus far.
- $context
-
(Tribe__Context) (Required) The context used to build the title, it could be the global one, or one externally set.
Return #
(string) the original label or updated label for virtual archives.
Source #
File: src/Tribe/Views/V2/Hooks.php
public function filter_views_v2_wp_title_plural_events_label( $label, Context $context ) { return $this->container->make( Featured_Title::class )->filter_views_v2_wp_title_plural_events_label( $label, $context ); }
Changelog #
Version | Description |
---|---|
TBD | Introduced. |