use_streams_transport

use_streams_transport

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('use_streams_transport') is found 1 times:

  • /wp-includes/class-wp-http-streams.php line 519
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
             *
             * @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.
     *