apply_filters( 'http_response', array $response , array $parsed_args , string $url )
Filters a successful HTTP API response immediately before the response is returned.
Parameters
- $response
-
HTTP response.
- $parsed_args
-
HTTP request arguments.
- $url
-
The request URL.
Source
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |