WC_Abstract_Legacy_Product::grouped_product_sync
Deprecated since 3.0.0 Sync is taken care of during save - no need to call this directly.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Method of the class: WC_Abstract_Legacy_Product{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Abstract_Legacy_Product = new WC_Abstract_Legacy_Product(); $WC_Abstract_Legacy_Product->grouped_product_sync();
Changelog
| Deprecated since 3.0.0 | Sync is taken care of during save - no need to call this directly. |
WC_Abstract_Legacy_Product::grouped_product_sync() WC Abstract Legacy Product::grouped product sync code WC 10.6.2
public function grouped_product_sync() {
wc_deprecated_function( 'WC_Product::grouped_product_sync', '3.0' );
}