| 602 | | * @param $url The URL which was requested |
| 603 | | * @param $args The Arguements which were used to make the request |
| 604 | | * @param $response The Response of the HTTP request |
| 605 | | * @return false|object False if no redirect is present, a WP_HTTP or WP_Error result otherwise |
| | 602 | * @param string $url The URL which was requested. |
| | 603 | * @param array $args The Arguements which were used to make the request. |
| | 604 | * @param array $response The Response of the HTTP request. |
| | 605 | * @return false|object False if no redirect is present, a WP_HTTP or WP_Error result otherwise. |