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

(string) Text of the comment.

$comment

(WP_Comment) The comment object.

$args

(array) 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

This site uses Akismet to reduce spam. Learn how your comment data is processed.