apply_filters( 'use_curl_transport', bool $use_class, array $args )
- Since
- 2.7.0
Filters whether cURL can be used as a transport for retrieving a URL.
Parameters
$use_classbool- Whether the class can be used. Default true.
$argsarray- An array of request arguments.
Fired at · 1
wp-includes/class-wp-http-curl.php:443WP_Http_Curl::test()
Source
* * @since 2.7.0 * * @param bool $use_class Whether the class can be used. Default true. * @param array $args An array of request arguments. */ return apply_filters( 'use_curl_transport', true, $args ); }}History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.9.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.