use_streams_transport

use_streams_transport

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('use_streams_transport') is found 1 times:

  • /wp-includes/class-wp-http-streams.php line 519
    		 *
    		 * @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.
     *