Summery Summery
Filters the comment data immediately before it is updated in the database.
Syntax Syntax
Description Description
Note: data being passed to the filter is already unslashed.
Parameters Parameters
- $data
-
The new, processed comment data.
- $comment
-
The old, unslashed comment data.
- $commentarr
-
The new, raw comment data.
Source Source
File: wp-includes/comment.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |