Proxy Support
-
Could I request WP Proxy support be added to this? It’s a simple update, you just need to add this after twitteroauth.php:1095.
if (defined('WP_PROXY_HOST')){ curl_setopt($ci, CURLOPT_PROXY, WP_PROXY_HOST); } if (defined('WP_PROXY_PORT')){ curl_setopt($ci, CURLOPT_PROXYPORT, WP_PROXY_PORT); }
That will tell curl to use the WordPress proxy settings if they exist.
- The topic ‘Proxy Support’ is closed to new replies.