Filters whether streams can be used as a transport for retrieving a URL.
Parameters
$use_class
bool- Whether the class can be used. Default true.
$args
array- Request arguments.
Source
return apply_filters( 'use_streams_transport', true, $args );
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.