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' );
	}

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.