test
// WP_Comment_Query arguments $args = array( 'status' => 'approve', 'type' => 'comment', ); // The Comment Query $comment_query = new WP_Comment_Query( $args );
// WP_Comment_Query arguments $args = array( 'status' => 'approve', 'type' => 'comment', ); // The Comment Query $comment_query = new WP_Comment_Query( $args );