mirror of
https://github.com/proelements/proelements.git
synced 2026-05-22 00:34:42 +00:00
d59d37f4512c0eb68f88df3e267a2206fc3f9858
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.
Description
No description provided
20 MiB
Languages
JavaScript
61%
PHP
37.9%
CSS
0.9%
SCSS
0.2%