apply_filters( 'rest_get_max_batch_size', int $max_size )

Filters the maximum number of REST API requests that can be included in a batch.


Parameters

$max_size

The maximum size.


Source

File: wp-includes/rest-api/class-wp-rest-server.php

View on GitHub


Changelog

Changelog
Version Description
5.6.0 Introduced.