Filter Reference: comments_template

Summary

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

Parameters

$theme_template
(string) (required) The path to the theme template file.

Default: None

Change Log

Since: 1.5.1

Used by

geodir_buddypress/includes/gdbuddypress_template_functions.php: geodir_buddypress_reviews_html() [Line: 293]

Source Code

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