disqus-wordpress icon indicating copy to clipboard operation
disqus-wordpress copied to clipboard

Use WP native functions wp_remote_(get|post) to make API calls

Open meloniq opened this issue 8 years ago • 0 comments

Use WP native functions wp_remote_(get|post) to make API calls, instead of the custom dsq_ulopen() function.

Todo: remove or deprecate following functions which are no longer used:

  • dsq_urlopen()
  • _dsq_curl_urlopen()
  • _dsq_fopen_urlopen()
  • _dsq_fsockopen_urlopen()

meloniq avatar Oct 07 '16 21:10 meloniq