apply_filters( ‘xmlrpc_chunk_parsing_size’, int $chunk_size )

In this article

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

$chunk_size = apply_filters( 'xmlrpc_chunk_parsing_size', $chunk_size );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.