Description
Filters the arguments used in an HTTP request.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-http.php | 234 |
Parameters
Type | Name | Description |
---|---|---|
array | $parsed_args | An array of HTTP request arguments. |
string | $url | The request URL. |
PHP Doc
/**
* Filters the arguments used in an HTTP request.
*
* @since 2.7.0
*
* @param array $parsed_args An array of HTTP request arguments.
* @param string $url The request URL.
*/