WC_Product_Variable_Data_Store_Interface::sync_managed_variation_stock_status()
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() WC Product Variable Data Store Interface::sync managed variation stock status code WC 9.8.1
public function sync_managed_variation_stock_status( &$product );