Warning: This function has been deprecated.
woocommerce_change_term_counts( $terms, $taxonomies, $args )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_change_term_counts( $terms, $taxonomies, $args ) {
wc_deprecated_function( __FUNCTION__, '3.0', 'wc_change_term_counts' );
return wc_change_term_counts( $terms, $taxonomies );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0 | Introduced. |