Filters whether streams can be used as a transport for retrieving a URL.
$use_classbool$argsarraywp-includes/class-wp-http-streams.php:515WP_Http_Streams::test() * * @since 2.7.0 * * @param bool $use_class Whether the class can be used. Default true. * @param array $args Request arguments. */ return apply_filters( 'use_streams_transport', true, $args ); }} /** * Deprecated HTTP Transport method which used fsockopen. *Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.