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.
*/