xmlrpc_chunk_parsing_size WordPress Filter Hook
The xmlrpc_chunk_parsing_size Wordpress hook allows you to change the default chunk parsing size for XML-RPC requests. This can be useful if you need to process large amounts of data or if you want to optimize performance.
apply_filters( 'xmlrpc_chunk_parsing_size', int $chunk_size ) #
Filters the chunk size that can be used to parse an XML-RPC response message.
Parameters
- $chunk_size
(int)Chunk size to parse in bytes.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |