do_action( 'edit_comment', int $comment_ID, array $data )

Fires immediately after a comment is updated in the database.


Description Description

The hook also fires immediately before comment status transition hooks are fired.


Parameters Parameters

$comment_ID

(int) The comment ID.

$data

(array) Comment data.


Top ↑

Source Source

File: wp-includes/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Added the $data parameter.
1.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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