wc_taxonomy_metadata_update_content_for_split_terms()WC 1.0

Deprecated from version 3.6.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.

When a term is split, ensure meta data maintained.

No Hooks.

Return

null. Nothing (null).

Usage

wc_taxonomy_metadata_update_content_for_split_terms( $old_term_id, $new_term_id, $term_taxonomy_id, $taxonomy );
$old_term_id(int) (required)
Old term ID.
$new_term_id(int) (required)
New term ID.
$term_taxonomy_id(string) (required)
Term taxonomy ID.
$taxonomy(string) (required)
Taxonomy.

Changelog

Deprecated since 3.6.0

wc_taxonomy_metadata_update_content_for_split_terms() code WC 8.7.0

function wc_taxonomy_metadata_update_content_for_split_terms( $old_term_id, $new_term_id, $term_taxonomy_id, $taxonomy ) {
	wc_deprecated_function( 'wc_taxonomy_metadata_update_content_for_split_terms', '3.6' );
}