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