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



comments_template › WordPress过滤钩子

Since1.5.1
已弃用n/a
apply_filters( 'comments_template', $theme_template )
参数:
  • (string) $theme_template The path to the theme template file.
    Required: Yes
定义在:
文档:

Filters the path to the theme template file used for the comments template.





源码

$include = apply_filters( 'comments_template', $theme_template );