wpseek.com
WordPress开发者和主题制作者的搜索引擎



single_tag_title › WordPress过滤钩子

Since2.3.0
已弃用n/a
apply_filters( 'single_tag_title', $term->name )
参数:
  • (string) $term_name Tag name for archive being displayed.
    Required: Yes
定义在:
文档:

Filters the tag archive page title.





源码

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