WC_Abstract_Legacy_Product::grouped_product_sync()
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.
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 7.7.0
public function grouped_product_sync() { wc_deprecated_function( 'WC_Product::grouped_product_sync', '3.0' ); }