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