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