apply_filters( 'single_cat_title', string $term_name )
Filters the category archive page title.
Parameters
-
$term_name
string -
Category name for archive being displayed.
Source
File: wp-includes/general-template.php
.
View all references
$term_name = apply_filters( 'single_cat_title', $term->name );
Changelog
Version | Description |
---|---|
2.0.10 | Introduced. |