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 Description

Note: data being passed to the filter is already unslashed.


Parameters Parameters

$data

(array) The new, processed comment data.

$comment

(array) The old, unslashed comment data.

$commentarr

(array) The new, raw comment data.


Top ↑

Source Source

File: wp-includes/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.