apply_filters( 'tribe_events_pro_filter_views_v2_wp_title_plural_events_label', string $events_label_plural, Tribe__Context $context )

Filter the plural Events label for PRO Views Title.


Parameters

$events_label_plural

(string) The plural events label as it's been generated thus far.

$context

(Tribe__Context) The context used to build the title, it could be the global one, or one externally set.


Top ↑

Source

File: src/Tribe/Views/V2/Template/Title.php


Top ↑

Changelog

Changelog
Version Description
5.1.4 Introduced.