http_headers_useragent
Filter Hook: Filters the user agent value sent with an HTTP request.
Source: wp-includes/http.php:816
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
Function: Performs an HTTP request using the POST method and returns its response.
Source: wp-includes/http.php:177
Function: Performs an HTTP request using the HEAD method and returns its response.
Source: wp-includes/http.php:194