do_action( 'edit_comment', int $comment_ID , array $data )
Fires immediately after a comment is updated in the database.
Description
The hook also fires immediately before comment status transition hooks are fired.
Parameters
- $comment_ID
-
The comment ID.
- $data
-
Comment data.
Source
File: wp-includes/comment.php
Changelog
Version | Description |
---|---|
WP-4.6.0 | Added the $data parameter. |
WP-1.2.0 | Introduced. |