Filter hook 'get_comment_text'

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

Description

Filters the text of a comment.

Occurrences

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

Parameters

Type Name Description
string $comment_text Text of the comment.
WP_Comment $comment The comment object.
array $args An array of arguments.

PHP Doc

/**
	 * Filters the text of a comment.
	 *
	 * @since 1.5.0
	 *
	 * @see Walker_Comment::comment()
	 *
	 * @param string     $comment_text Text of the comment.
	 * @param WP_Comment $comment      The comment object.
	 * @param array      $args         An array of arguments.
	 */