get_comment_text

Advertisement

Summery Summery

Filters the text of a comment.

Syntax Syntax

apply_filters( 'get_comment_text', string $comment_content, WP_Comment $comment, array $args )

Parameters Parameters

$comment_content

Text of the comment.

$comment

The comment object.

$args

An array of arguments.

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

See also See also

Advertisement

Leave a Reply