On this page
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_sizeint-
Chunk size to parse in bytes.
Source
File: wp-includes/IXR/class-IXR-message.php. View all references
$chunk_size = apply_filters( 'xmlrpc_chunk_parsing_size', $chunk_size );
Related
Used By
| Used By | Description |
|---|---|
| IXR_Message::parse() wp-includes/IXR/class-IXR-message.php |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/xmlrpc_chunk_parsing_size