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



comments_template › WordPress Filter Hooks

Since1.5.1
Deprecatedn/a
apply_filters( 'comments_template', $theme_template )
Parameters:
  • (string) $theme_template The path to the theme template file.
    Required: Yes
Defined at:
Codex:

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





Source

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