do_action( 'classifai_feature_term_cleanup_get_similar_terms', $res, $taxonomy, $args )
Fires when a batch of similar terms are calculated.
Parameters:
Name | Type | Description |
---|---|---|
$res |
array | bool | WP_Error | Response from the get_similar_terms method. |
$taxonomy |
string | Taxonomy of terms we are comparing. |
$args |
array | Arguments used for getting similar terms. |
- Since:
- x.x.x
- Source: