ReserveStock::__construct()

Constructor


Description Description


Source Source

File: src/Checkout/Helpers/ReserveStock.php

	public function __construct() {
		// Table needed for this feature are added in 4.3.
		$this->enabled = get_option( 'woocommerce_schema_version', 0 ) >= 430;
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.