apply_filters( 'comment_text', string $comment_text , WP_Comment|null $comment , array $args )
Filters the text of a comment to be displayed.
Description
See also
Parameters
- $comment_text
-
Text of the current comment.
- $comment
-
The comment object.
- $args
-
An array of arguments.
Source
Changelog
Version | Description |
---|---|
WP-1.2.0 | Introduced. |