do_action( ‘split_shared_term’, int $term_id, int $new_term_id, int $term_taxonomy_id, string $taxonomy )

In this article

Fires after a previously shared taxonomy term is split into two separate terms.

Parameters

$term_idint
ID of the formerly shared term.
$new_term_idint
ID of the new term created for the $term_taxonomy_id.
$term_taxonomy_idint
ID for the term_taxonomy row affected by the split.
$taxonomystring
Taxonomy for the split term.

Source

do_action( 'split_shared_term', $term_id, $new_term_id, $term_taxonomy_id, $term_taxonomy->taxonomy );

Changelog

VersionDescription
4.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.