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