WordPress, class-http.php file in ‘wp-includes‘ folder of your WordPress installation.
Before Change
‘timeout’ => apply_filters( ‘http_request_timeout’, 5),
After Changes
‘timeout’ => apply_filters( ‘http_request_timeout’, 30),
WordPress, class-http.php file in ‘wp-includes‘ folder of your WordPress installation.
Before Change
‘timeout’ => apply_filters( ‘http_request_timeout’, 5),
After Changes
‘timeout’ => apply_filters( ‘http_request_timeout’, 30),