Fires immediately after a comment is sent to Trash.
Parameters
$comment_id
string- The comment ID as a numeric string.
$comment
WP_Comment- The trashed comment.
Source
$comment = get_comment( $comment_id );
Fires immediately after a comment is sent to Trash.
$comment_id
string$comment
WP_Comment$comment = get_comment( $comment_id );
User Contributed Notes
You must log in before being able to contribute a note or feedback.