W3cubDocs

/WordPress

apply_filters( ‘single_term_title’, string $term_name )

Filters the custom taxonomy archive page title.

Parameters

$term_namestring
Term name for archive being displayed.

Source

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

Changelog

Version Description
3.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/single_term_title