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.5.2

apply_filters('wp_http_ixr_client_headers') is found 1 times:

  • /wp-includes/class-wp-http-ixr-client.php line 81
    		 * @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.