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 79e742d commit 0fde0a1Copy full SHA for 0fde0a1
plugin/lib/Aplazame/Aplazame/Http/WpClient.php
@@ -12,6 +12,7 @@ public function send( Aplazame_Sdk_Http_RequestInterface $request ) {
12
'headers' => $rawHeaders,
13
'method' => $request->getMethod(),
14
'body' => $request->getBody(),
15
+ 'timeout' => 30,
16
);
17
18
$wpResponse = wp_remote_request( $request->getUri(), $args );
0 commit comments