do_action( 'ep_after_bulk_index_dynamically', $object_ids, $slug, $result )
Perform actions after a dynamic bulk indexing is completed
Parameters:
Name | Type | Description |
---|---|---|
$object_ids |
array | List of object ids attempted to be indexed |
$slug |
string | Current indexable slug |
$result |
array | bool | Result of the Elasticsearch query. False on error. |
- Since:
- 4.0.0
- Source: