Warning: This function has been deprecated.

wc_taxonomy_metadata_update_content_for_split_terms( int $old_term_id, int $new_term_id, string $term_taxonomy_id, string $taxonomy )

When a term is split, ensure meta data maintained.


Description Description


Parameters Parameters

$old_term_id

(Required) Old term ID.

$new_term_id

(Required) New term ID.

$term_taxonomy_id

(Required) Term taxonomy ID.

$taxonomy

(Required) Taxonomy.


Top ↑

Source Source

File: includes/wc-deprecated-functions.php

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' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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