apply_filters( 'classifai_taxonomy_for_feature', $taxonomy, $feature ) → {string}
Filter the Taxonomy for the specified NLU feature.
Parameters:
Name | Type | Description |
---|---|---|
$taxonomy |
string | The slug of the taxonomy to use. |
$feature |
string | The NLU feature this taxonomy is for. |
- Since:
- 1.1.0
- Source:
Returns:
The filtered taxonomy slug.
- Type
- string