Fires immediately after a comment is deleted from the database.
Parameters
$comment_id
string- The comment ID as a numeric string.
$comment
WP_Comment- The deleted comment.
Source
* @param string $comment_id The comment ID as a numeric string.
Fires immediately after a comment is deleted from the database.
$comment_id
string$comment
WP_Comment* @param string $comment_id The comment ID as a numeric string.
User Contributed Notes
You must log in before being able to contribute a note or feedback.