Filters the tag archive page title.
Parameters
$term_namestring- Tag name for archive being displayed.
Source
$term_name = apply_filters( 'single_tag_title', $term->name );
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
Filters the tag archive page title.
$term_namestring$term_name = apply_filters( 'single_tag_title', $term->name );
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.