xmlrpc_chunk_parsing_size

xmlrpc_chunk_parsing_size

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('xmlrpc_chunk_parsing_size') is found 1 times:

  • /wp-includes/IXR/class-IXR-message.php line 110

    * @since 4.4.0
    *
    * @param int $chunk_size Chunk size to parse in bytes.
    */
    $chunk_size = apply_filters( ‘xmlrpc_chunk_parsing_size’, $chunk_size );

    $final = false;

    do {
    if (strlen($this->message) <= $chunk_size) { $final = true; [/php]