Best way to change cURL Timeout

@graceatwork cURL Time out is a PHP variable that can be set either within the php.ini or user.ini file or from within your wp-config.php file by adding this line.

ini_set('default_socket_timeout', 300);

7 Likes