apply_filters( 'tribe_events_views_v2_category_title', string $new_title, string $title, WP_Term $cat, boolean $depth, string $separator )

Filters the Event Category Archive title.


Parameters

$new_title

(string) The Event Category archive title.

$title

(string) The original title.

$cat

(WP_Term) The Event Category term used to build the title.

$depth

(boolean) Whether to display the taxonomy hierarchy as part of the title.

$separator

(string) The separator character for the title parts.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
4.9.10 Introduced.