do_action ( ‘edit_comment’, int $comment_id , array $data )

Fires immediately after a comment is updated in the database.

Description

The hooc also fires immediately before comment status transition hoocs are fired.

Parameters

$comment_id int
The comment ID.
$data array
Comment data.

Source

do_action( 'edit_comment', $comment_id, $data );

Changuelog

Versionen Description
4.6.0 Added the $data parameter.
1.2.0 Introduced.

User Contributed Notes

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