PluginProbe
Extendify / trunk
Extendify vtrunk
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | app/Shared/Services/PluginsActivation/PluginActivation.php +1 -1 3.2.0 → trunk View file →
@@ -68,9 +68,9 @@
68 68 $body = (array) ($request->get_param('body') ?? []);
69 69
70 70 $response = \wp_safe_remote_post(static::API_URL, [
71 71 // http_request_args only lifts Extendify hosts, and it overrides this value if it ever matches.
72 - 'timeout' => 15,
72 + 'timeout' => 45,
73 73 'headers' => array_merge(['Content-Type' => 'application/json'], $headers),
74 74 'body' => \wp_json_encode(array_merge(['email' => $email], $body)),
75 75 ]);
76 76