Warning: This method has been deprecated. No longer needs to be called directly instead.

WC_Abstract_Legacy_Order::send_stock_notifications( $product,  $new_stock,  $qty_ordered )

Send the stock notifications.


Description Description


Parameters Parameters

$product

(Required)

$new_stock

(Required)

$qty_ordered

(Required)


Top ↑

Source Source

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

	public function send_stock_notifications( $product, $new_stock, $qty_ordered ) {
		wc_deprecated_function( 'WC_Order::send_stock_notifications', '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.