wpseek.com
A WordPress-centric search engine for devs and theme authors



single_cat_title › WordPress Filter Hooks

Since2.0.10
Deprecatedn/a
apply_filters( 'single_cat_title', $term->name )
Parameters:
  • (string) $term_name Category name for archive being displayed.
    Required: Yes
Defined at:
Codex:

Filters the category archive page title.





Source

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