Action: classifai_feature_term_cleanup_post_merge_term

do_action( 'classifai_feature_term_cleanup_post_merge_term', $from, $to, $taxonomy, $ret )

Fires after terms are merged together.

Parameters:
Name Type Description
$from int

Term ID being merged.

$to int

Term ID we're merging into.

$taxonomy string

Taxonomy of terms being merged.

$ret bool | int | WP_Error

Result of merge process.

Since:
  • x.x.x
Source: