Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-http.php | apply_filters | 537 | /** * Filters which HTTP transports are available and in what order. * * @since 3.7.0 * * @param string[] $transports Array of HTTP transports to check. Default array contains * 'curl' and 'streams', in that order. * @param array $args HTTP request arguments. * @param string $url The URL to request. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $transports | Array of HTTP transports to check. Default array contains |
array | $args | HTTP request arguments. |
string | $url | The URL to request. |