use_streams_transport WordPress Filter Hook
This hook is used to transport data using streams. Streams are a powerful abstraction for working with data as it flows from one place to another. They can be used to easily read and write data to and from files, databases, and other data sources.
apply_filters( 'use_streams_transport', bool $use_class , array $args ) #
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
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |