forgive me, I do not speak English well.
I do not want to print comments, I need an array with the right order of the ID of the comments.
with wp_list_comment() I get the order right, but writes the tags that I do not need, as you saw in the screenshot.
then, or edit the WP files, or find a way to remove those tags, or re-invent the function that generates the order.
with var_dump($comments) I see that the comments are in order of increasing ID, wp_list_comments calculates each time the order, but how?
thanks for now, and greetings from Florence (Italy)!
??