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.
Contents
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.
Source
Changelog
| Version | Description |
|---|---|
| 5.12.3 | Introduced. |