apply_filters( 'use_curl_transport', bool $use_class, array $args )

Filters whether cURL can be used as a transport for retrieving a URL.

Parameters

$use_class

(bool) Whether the class can be used. Default true.

$args

(array) An array of request arguments.

Source

File: wp-includes/class-wp-http-curl.php

View on Trac

Changelog

Version Description
2.7.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/use_curl_transport