Get all comments associated with a specific page ID (comment_post_ID)
I try to get all comments of a specific post, but it is not working like the way I do want. I use $assignment->ID to get all comments for a specific page ID. Even when I change $assignment->ID to 101 it is not working and he still shows all the comments of all posts.