rest_get_max_batch_size

rest_get_max_batch_size

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('rest_get_max_batch_size') is found 1 times:

  • /wp-includes/rest-api/class-wp-rest-server.php line 1644
    		 * @since 5.6.0
    		 *
    		 * @param int $max_size The maximum size.
    		 */
    		return apply_filters( 'rest_get_max_batch_size', 25 );
    	}
    
    	/**
    	 * Serves the batch/v1 request.
    	 *
    	 * @since 5.6.0