do_action_ref_array( 'http_api_curl', resource $handle , array $parsed_args , string $url )
Fires before the cURL request is executed.
Description
Cookies are not currently handled by the HTTP API. This action allows plugins to handle cookies themselves.
Parameters
- $handle
-
The cURL handle returned by curl_init() (passed by reference).
- $parsed_args
-
The HTTP request arguments.
- $url
-
The request URL.
Source
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |