Filters the category archive page title.
Parameters
$term_name
string- Category name for archive being displayed.
Source
$term_name = apply_filters( 'single_cat_title', $term->name );
Changelog
Version | Description |
---|---|
2.0.10 | Introduced. |
Filters the category archive page title.
$term_name
string$term_name = apply_filters( 'single_cat_title', $term->name );
Version | Description |
---|---|
2.0.10 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.