Warning: This method has been deprecated.

WC_Abstract_Legacy_Order::reduce_order_stock()

Reduce stock levels for all line items in the order.


Description Description


Source Source

File: includes/legacy/abstract-wc-legacy-order.php

	public function reduce_order_stock() {
		wc_deprecated_function( 'WC_Order::reduce_order_stock', '3.0', 'wc_reduce_stock_levels' );
		wc_reduce_stock_levels( $this->get_id() );
	}

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.