wp_http_ixr_client_headers WordPress Filter Hook
This hook allows you to modify the headers that are sent to the XML-RPC server. This can be useful for authentication or other purposes.
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
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |