Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment.php | apply_filters | 2122 | /** * Filters the comment content before it is set. * * @since 1.5.0 * * @param string $comment_content The comment content. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $comment_content | The comment content. |