Fires immediately after a comment is deleted from the database.
Parameters
$comment_idstring- The comment ID as a numeric string.
$commentWP_Comment- The deleted comment.
Source
do_action( 'deleted_comment', $comment->comment_ID, $comment );
Fires immediately after a comment is deleted from the database.
$comment_idstring$commentWP_Commentdo_action( 'deleted_comment', $comment->comment_ID, $comment );
User Contributed Notes
You must log in before being able to contribute a note or feedback.