http_request_redirection_count
Filter Hook: Filters the number of redirects allowed during an HTTP request.
Source: wp-includes/class-wp-http.php:172
Filter Hook: Filters the number of redirects allowed during an HTTP request.
Source: wp-includes/class-wp-http.php:172
Filter Hook: Filters the version of the HTTP protocol used in a request.
Source: wp-includes/class-wp-http.php:182
Filter Hook: Filters the user agent value sent with an HTTP request.
Source: wp-includes/http.php:816
Function: Retrieve a single header by name from the raw response.
Source: wp-includes/http.php:229
Function: Retrieve only the response code from the raw response.
Source: wp-includes/http.php:251
Function: Retrieve only the response message from the raw response.
Source: wp-includes/http.php:269
Function: Retrieve only the body from the raw response.
Source: wp-includes/http.php:285
Function: Returns the initialized WP_Http Object
Source: wp-includes/http.php:20
Function: Performs an HTTP request and returns its response.
Source: wp-includes/http.php:143
Function: Performs an HTTP request using the GET method and returns its response.
Source: wp-includes/http.php:160