Converting curl to WordPress HTTP API

后端 未结 0 858
自闭症患者
自闭症患者 2021-02-02 07:52

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题