WC_Abstract_Legacy_Product::grouped_product_sync()publicWC 1.0

Deprecated from version 3.0.0 Sync is taken care of during save - no need to call this directly.. It is no longer supported and can 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.

Return

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() code WC 8.7.0

public function grouped_product_sync() {
	wc_deprecated_function( 'WC_Product::grouped_product_sync', '3.0' );
}