WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about use_streams_transport

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-http-streams.php apply_filters 508 /**
* Filters whether streams 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 Request arguments.
*/

Hook Parameters

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