Warning: This method has been deprecated. Sync is taken care of during save – no need to call this directly instead.
WC_Abstract_Legacy_Product::grouped_product_sync()
Description Description
Source Source
File: includes/legacy/abstract-wc-legacy-product.php
public function grouped_product_sync() {
wc_deprecated_function( 'WC_Product::grouped_product_sync', '3.0' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |