apply_filters( 'use_streams_transport', bool $use_class , array $args )
Filters whether streams can be used as a transport for retrieving a URL.
Description Description
Parameters Parameters
- $use_class
-
(bool) Whether the class can be used. Default true.
- $args
-
(array) Request arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |