Filter: ep_current_sync_number_of_errors_stored

apply_filters( 'ep_current_sync_number_of_errors_stored', $number ) → {int}

Filter the number of errors of a current sync that should be stored.

Parameters:
Name Type Description
$number int

Number of errors to be logged.

Since:
  • 4.5.1
Source:
Returns:

New value

Type
int