apply_filters( 'ep_facet_meta_size', $size, $field ) → {string}
Filter the number of different values (and their count) for the meta field returned by Elasticsearch.
Parameters:
Name | Type | Description |
---|---|---|
$size |
int | The number of different values. Default: 10000 |
$field |
string | The meta field |
- Since:
- 4.3.0
- Source:
Returns:
The new number of different values
- Type
- string