Filter hook 'rest_get_max_batch_size'

in WP Core File wp-includes/rest-api/class-wp-rest-server.php at line 1644

Description

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

Occurrences

Filename Line Number
wp-includes/rest-api/class-wp-rest-server.php 1644

Parameters

Type Name Description
int $max_size The maximum size.

PHP Doc

/**
		 * Filters the maximum number of REST API requests that can be included in a batch.
		 *
		 * @since 5.6.0
		 *
		 * @param int $max_size The maximum size.
		 */