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