apply_filters( 'comments_template', string $theme_template )

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


Description


Parameters

$theme_template

(string) The path to the theme template file.


Top ↑

Source

File: wp-includes/comment-template.php

View on Trac


Top ↑

Changelog

Version Description
1.5.1 Introduced.