wordpress / latest / hooks / single_tag_title.html

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

File: wp-includes/general-template.php. View all references

$term_name = apply_filters( 'single_tag_title', $term->name );

Used By

Used By Description

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