Filters the tag archive page title.
Parameters
$term_name
string- 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_name
string$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.