Fires immediately after a comment is restored from the Trash.
Parameters
$comment_id
string- The comment ID as a numeric string.
$comment
WP_Comment- The untrashed comment.
Source
do_action( 'untrashed_comment', $comment->comment_ID, $comment );
Fires immediately after a comment is restored from the Trash.
$comment_id
string$comment
WP_Commentdo_action( 'untrashed_comment', $comment->comment_ID, $comment );
User Contributed Notes
You must log in before being able to contribute a note or feedback.