wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



comments_template › WordPress Filter Hooks

Seit1.5.1
Veraltetn/v
apply_filters( 'comments_template', $theme_template )
Parameter:
  • (string) $theme_template The path to the theme template file.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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