WC_Product_Grouped_Data_Store_CPT::sync_price( WC_Product|int $product )

Sync grouped product prices with children.


Description Description


Parameters Parameters

$product

(Required) Product object or product ID.


Top ↑

Source Source

File: includes/data-stores/class-wc-product-grouped-data-store-cpt.php

	public function sync_price( &$product ) {
		$this->update_prices_from_children( $product );
	}

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.