wp/wp-includes/IXR/class-IXR-message.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
    99 
    99 
   100         // 256Kb, parse in chunks to avoid the RAM usage on very large messages
   100         // 256Kb, parse in chunks to avoid the RAM usage on very large messages
   101         $chunk_size = 262144;
   101         $chunk_size = 262144;
   102 
   102 
   103         /**
   103         /**
   104          * Filters the chunk size that can be used to parse an XML-RPC reponse message.
   104          * Filters the chunk size that can be used to parse an XML-RPC response message.
   105          *
   105          *
   106          * @since 4.4.0
   106          * @since 4.4.0
   107          *
   107          *
   108          * @param int $chunk_size Chunk size to parse in bytes.
   108          * @param int $chunk_size Chunk size to parse in bytes.
   109          */
   109          */