apply_filters( 'ep_woocommerce_order_search_template_endpoint', $endpoint, $index ) → {string}
Filters the WooCommerce Orders search template API endpoint.
Parameters:
Name | Type | Description |
---|---|---|
$endpoint |
string | Endpoint path. |
$index |
string | Elasticsearch index. |
- Since:
- 4.5.0
- Source:
Returns:
Search template API endpoint.
- Type
- string