Filter: ep_index_batch_attempts_number

apply_filters( 'ep_index_batch_attempts_number', $total_attempts ) → {int}

Filters the number of times the index will try before failing.

Parameters:
Name Type Description
$total_attempts int

Number of attempts

Since:
  • 3.0
Source:
Returns:

New number of attempts

Type
int