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)
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' ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |