On this page
Requests_Proxy_HTTP::fsockopen_remote_host_path( string $path, string $url )
Alter remote path before getting stream data
Parameters
$pathstring Required-
Path to send in HTTP request string ("GET ...")
$urlstring Required-
Full URL we're requesting
Source
File: wp-includes/Requests/Proxy/HTTP.php. View all references
public function fsockopen_remote_host_path(&$path, $url) {
$path = $url;
}
Changelog
| Version | Description |
|---|---|
| 1.6 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_proxy_http/fsockopen_remote_host_path