Filter hook 'wp_http_ixr_client_headers'

in WP Core File wp-includes/class-wp-http-ixr-client.php at line 81

Description

Filters the headers collection to be sent to the XML-RPC server.

Occurrences

Filename Line Number
wp-includes/class-wp-http-ixr-client.php 81

Parameters

Type Name Description
string[] $headers Associative array of headers to be sent.

PHP Doc

/**
		 * Filters the headers collection to be sent to the XML-RPC server.
		 *
		 * @since 4.4.0
		 *
		 * @param string[] $headers Associative array of headers to be sent.
		 */