apply_filters( 'tec_events_views_v2_display_tax_hierarchy_in_title', boolean $depth, string $title, WP_Term $cat )

Allow folks to hook in and alter the option to show parent taxonomies in the title.


Parameters

$depth

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

$title

(string) The input title.

$cat

(WP_Term) The category term to use to build the title.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
5.12.3 Introduced.