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

File: wp-includes/class-wp-http.php

View on GitHub



Changelog

Changelog
Version Description
2.9.0 Introduced.