single_cat_title

过滤钩子


apply_filters( 'single_cat_title', $term->name )
参数
  • (string)
    $term_name
    Category name for archive being displayed.
    Required:
定义位置
  • wp-includes/general-template.php
    , line 1591
引入
2.0.10
弃用

过滤类别档案页的标题。

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