On this page
apply_filters( 'wp_http_ixr_client_headers', string[] $headers )
Filters the headers collection to be sent to the XML-RPC server.
Parameters
$headersstring[]-
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'] );
Related
Used By
| Used By | Description |
|---|---|
| WP_HTTP_IXR_Client::query() wp-includes/class-wp-http-ixr-client.php |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_http_ixr_client_headers