You appear to be a bot. Output may be restricted
Description
Usage
_woocommerce_term_recount( $terms, $taxonomy, $callback, $terms_are_term_taxonomy_ids );
Parameters
- $terms
- ( mixed ) required –
- $taxonomy
- ( mixed ) required –
- $callback
- ( mixed ) required –
- $terms_are_term_taxonomy_ids
- ( mixed ) required –
Returns
void
Source
File name: woocommerce/includes/wc-deprecated-functions.php
Lines:
1 to 5 of 5
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 ); }