We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665191e commit 80a454dCopy full SHA for 80a454d
src/config/config.php
@@ -3,5 +3,8 @@
3
return array(
4
5
'endpoint' => 'http://<WP_LOCATION>/wp-json/',
6
+ 'curl' => [
7
+ CURLOPT_SSLVERSION => 6
8
+ ]
9
10
);
0 commit comments