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.


Top ↑

Source

File: wp-includes/IXR/class-IXR-message.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.