single_term_title WordPress Filter Hook
The single_term_title hook allows you to modify the title of a single term page. This can be useful if you want to change the order of the terms or add custom taxonomies.
apply_filters( 'single_term_title', string $term_name ) #
Filters the custom taxonomy archive page title.
Parameters
- $term_name
(string)Term name for archive being displayed.
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |