do_action( ‘trashed_comment’, string $comment_id, WP_Comment $comment )

In this article

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 );

Changelog

VersionDescription
4.9.0Added the $comment parameter.
2.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.