apply_filters( ‘single_cat_title’, string $term_name )

In this article

Filters the category archive page title.

Parameters

$term_namestring
Category name for archive being displayed.

Source

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

Changelog

VersionDescription
2.0.10Introduced.

User Contributed Notes

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