use_streams_transport, true, $args
use_streams_transport, true, $args
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('use_streams_transport, true, $args') is found 1 times:
- /wp-includes/class-wp-http-streams.php line 515
* * @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. *