WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about use_curl_transport

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-http-curl.php apply_filters 410 /**
* Filters whether cURL can be used as a transport for retrieving a URL.
*
* @since 2.7.0
*
* @param bool $use_class Whether the class can be used. Default true.
* @param array $args An array of request arguments.
*/

Hook Parameters

Parameter Type Name Description
bool $use_class Whether the class can be used. Default true.
array $args An array of request arguments.