Filter: ep_dynamic_bulk_incremental_step

apply_filters( 'ep_dynamic_bulk_incremental_step', $incremental_step ) → {int}

Filter the number of bytes the current buffer size should be incremented in case of success.

Parameters:
Name Type Description
$incremental_step int

Number of bytes to add to the current buffer size.

Since:
  • 4.0.0
Source:
Returns:

New incremental step.

Type
int