public function callback_untrash_comment( $comment_id ) {
        $comment = get_comment( $comment_id );

        if ( in_array( $comment->comment_type, $this->get_ignored_comment_types(), true ) ) {
            return;