single_tag_title WordPress Filter Hook
The single_tag_title hook is used to retrieve the title of a single tag. This can be useful when you want to display the title of a tag on a post or page.
apply_filters( 'single_tag_title', string $term_name ) #
Filters the tag archive page title.
Parameters
- $term_name
(string)Tag name for archive being displayed.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |