Plugin doesn't support proxy
-
So I believe you should consider adding to file \disqus-comment-system\lib\api\disqus\, about line 86 following code:
if (WP_PROXY_HOST&&WP_PROXY_PORT) {
$c_options[CURLOPT_PROXY] = WP_PROXY_HOST.’:’.WP_PROXY_PORT;
}
The topic ‘Plugin doesn't support proxy’ is closed to new replies.