Filter: ep_skip_index_reset

apply_filters( 'ep_skip_index_reset', $skip, $index_meta ) → {bool}

Filter whether we should delete index and send new mapping at the start of the sync

Parameters:
Name Type Description
$skip bool

True means skip

$index_meta array

Current index meta

Since:
  • 2.1
Source:
Returns:

New skip value

Type
bool