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 on GitHub



Changelog

Changelog
Version Description
WP-2.3.0 Introduced.