apply_filters( 'comments_template', string $theme_template )

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


Parameters

$theme_template

(string) The path to the theme template file.


Source

File: wp-includes/comment-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.1 Introduced.