apply_filters( ‘wp_http_ixr_client_headers’, string[] $headers )

In this article

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

Parameters

$headersstring[]
Associative array of headers to be sent.

Source

$args['headers'] = apply_filters( 'wp_http_ixr_client_headers', $args['headers'] );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.