Used By
Used By | Description |
---|---|
wp-includes/comment.php: wp_update_comment() | Updates an existing comment in the database. |
Filters the comment data immediately before it is updated in the database.
Note: data being passed to the filter is already unslashed.
File: wp-includes/comment.php
Version | Description |
---|---|
5.5.0 | Returning a WP_Error value from the filter will short-circuit comment update and allow skipping further processing. |
4.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_update_comment_data