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