apply_filters( 'ep_bulk_index_request_path', Request, $body, $type ) → {string}
Filter Elasticsearch bulk index request path
Parameters:
Name | Type | Description |
---|---|---|
Request |
string | path |
$body |
string | Bulk index request body |
$type |
string | Index type |
Returns:
New path
- Type
- string