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' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.