WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rest_get_max_batch_size

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api/class-wp-rest-server.php apply_filters 1565 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
int $max_size The maximum size.