apply_filters( 'findstrFieldValueLabel', label, key, field, selected ) → {string}
Filter the field value label
Parameters:
Name | Type | Description |
---|---|---|
label |
string | The label |
key |
string | The key |
field |
Object | The field object |
selected |
Array | The selected values |
- Source:
Returns:
The label
- Type
- string