Filters which HTTP transports are available and in what order.
Parameters
$transports
string[]- Array of HTTP transports to check. Default array contains
'curl'
and'streams'
, in that order. $args
array- HTTP request arguments.
$url
string- The URL to request.
Source
$request_order = apply_filters_deprecated( 'http_api_transports', array( $transports, $args, $url ), '6.4.0' );
User Contributed Notes
You must log in before being able to contribute a note or feedback.