apply_filters( 'ep_{indexable_slug}_index_kill', $kill, $object_id ) → {bool}
Conditionally kill indexing on a specific object
Parameters:
| Name | Type | Description |
|---|---|---|
$kill |
bool | True to not index |
$object_id |
int | Id of object to index |
- Since:
- 3.0
- Deprecated:
- 5.3.3 Use ep_{indexable_slug}_sync_kill instead
- Source:
Returns:
New kill value
- Type
- bool