Warning: This method has been deprecated. Sync is done automatically on read/save, so calling this should not be needed any more instead.
WC_Abstract_Legacy_Product::check_stock_status()
Check if the stock status needs changing.
Description Description
Source Source
File: includes/legacy/abstract-wc-legacy-product.php
public function check_stock_status() { wc_deprecated_function( 'WC_Product::check_stock_status', '3.0' ); }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |