Warning: This function has been deprecated.
woocommerce_get_product_terms( $object_id, $taxonomy, $fields = 'all' )
Description Description
Source Source
File: includes/wc-deprecated-functions.php
function woocommerce_get_product_terms( $object_id, $taxonomy, $fields = 'all' ) {
wc_deprecated_function( __FUNCTION__, '3.0', 'wc_get_product_terms' );
return wc_get_product_terms( $object_id, $taxonomy, array( 'fields' => $fields ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0 | Introduced. |