Automattic\WooCommerce\Checkout\Helpers
ReserveStock::__construct()
Constructor
Method of the class: ReserveStock{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ReserveStock = new ReserveStock(); $ReserveStock->__construct();
ReserveStock::__construct() ReserveStock:: construct code WC 9.4.2
public function __construct() { // Table needed for this feature are added in 4.3. $this->enabled = get_option( 'woocommerce_schema_version', 0 ) >= 430; }