Warning: This function has been deprecated.
_woocommerce_term_recount( $terms, $taxonomy, $callback, $terms_are_term_taxonomy_ids )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function _woocommerce_term_recount( $terms, $taxonomy, $callback, $terms_are_term_taxonomy_ids ) { wc_deprecated_function( __FUNCTION__, '3.0', '_wc_term_recount' ); return _wc_term_recount( $terms, $taxonomy, $callback, $terms_are_term_taxonomy_ids ); }
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |