apply_filters( 'wp_http_ixr_client_headers', string[] $headers )
Filters the headers collection to be sent to the XML-RPC server.
Parameters
-
$headers
string[] -
Associative array of headers to be sent.
Source
File: wp-includes/class-wp-http-ixr-client.php
.
View all references
$args['headers'] = apply_filters( 'wp_http_ixr_client_headers', $args['headers'] );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |