On this page
apply_filters( 'single_tag_title', string $term_name )
Filters the tag archive page title.
Parameters
$term_namestring-
Tag name for archive being displayed.
Source
File: wp-includes/general-template.php. View all references
$term_name = apply_filters( 'single_tag_title', $term->name );
Related
Used By
| Used By | Description |
|---|---|
| single_term_title() wp-includes/general-template.php | Displays or retrieves page title for taxonomy term archive. |
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/single_tag_title