apply_filters( ‘single_tag_title’, string $term_name )

In this article

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

VersionDescription
2.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.