6 Commits

Author SHA1 Message Date
proelements
b499583e5a v3.35.0 v3.35.0 2026-02-16 11:44:35 +02:00
proelements
08ec8d01f1 Merge pull request #33 from webdados/patch-1
Stop killing other plugins remote requests - Remove http_request_time_out filter and callback
v3.34.0
2025-12-29 10:03:48 +02:00
proelements
9bdad9d028 v3.34.0 2025-12-29 10:01:13 +02:00
Marco Almeida
d59d37f451 Stop killing other plugins remote requests - Remove http_request_timeout filter and callback
Removed the http_request_timeout filter and its callback function. Set a timeout value directly in the wp_remote_get call.

This will stop your plugin from affecting ALL WordPress remote calls, either from core or other plugins or API calls, and set the 2-second timeout ONLY for your own wp_remote_get call.

I just spent one hour debugging a customer website that could not make end API calls because your plugin was killing all connections after 2 seconds.
2025-12-17 13:45:23 +00:00
proelements
ce77bab1a1 v3.33.2 v3.33.2 2025-12-09 08:55:59 +02:00
proelements
9ac2bf2aa0 v3.33.1 v3.33.1 2025-11-13 15:18:34 +02:00