Filter hook 'comments_template'

in WP Core File wp-includes/comment-template.php at line 1620

Description

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

Occurrences

Filename Line Number
wp-includes/comment-template.php 1620

Parameters

Type Name Description
string $theme_template The path to the theme template file.

PHP Doc

/**
	 * Filters the path to the theme template file used for the comments template.
	 *
	 * @since 1.5.1
	 *
	 * @param string $theme_template The path to the theme template file.
	 */