How can we output same thing in WP HTTP API?
$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://stackoverflow.com"); curl_exec($ch); $ip = curl_ge