apply_filters( 'http_api_transports', array $transports, array $args, string $url )

Filters which HTTP transports are available and in what order.


Description Description


Parameters Parameters

$transports

(array) 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.


Top ↑

Source Source

File: wp-includes/class-http.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.