WC_Product_Variable_Data_Store_Interface::sync_managed_variation_stock_status()publicWC 1.0

Stock managed at the parent level - update children being managed by this product. This sync function syncs downwards (from parent to child) when the variable product is saved.

Method of the class: WC_Product_Variable_Data_Store_Interface{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Product_Variable_Data_Store_Interface = new WC_Product_Variable_Data_Store_Interface();
$WC_Product_Variable_Data_Store_Interface->sync_managed_variation_stock_status( $product );
$product(WC_Product) (required) (passed by reference — &)
Product object.

WC_Product_Variable_Data_Store_Interface::sync_managed_variation_stock_status() code WC 8.6.1

public function sync_managed_variation_stock_status( &$product );