Filter: ep_is_indexing

apply_filters( 'ep_is_indexing', $indexing ) → {bool}

Filter whether an index is occurring in dashboard or CLI

Parameters:
Name Type Description
$indexing bool

True for indexing

Since:
  • 3.0
Source:
Returns:

New indexing value

Type
bool