wp_http_ixr_client_headers

wp_http_ixr_client_headers

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_http_ixr_client_headers') is found 1 times:

  • /wp-includes/class-wp-http-ixr-client.php line 81
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    * @since 4.4.0
     *
     * @param string[] $headers Associative array of headers to be sent.
     */
    $args['headers'] = apply_filters( 'wp_http_ixr_client_headers', $args['headers'] );
     
    if ( false !== $this->timeout ) {
        $args['timeout'] = $this->timeout;
    }
     
    // Now send the request.