Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment-template.php | apply_filters | 996 | /** * Filters the text of a comment. * * @since 1.5.0 * * @see Walker_Comment::comment() * * @param string $comment_content Text of the comment. * @param WP_Comment $comment The comment object. * @param array $args An array of arguments. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $comment_content | Text of the comment. |
WP_Comment | $comment | The comment object. |
array | $args | An array of arguments. |