bigcommerce()

Summary

No summary available.

Source

File: bigcommerce.php

function bigcommerce() {
	try {
		return \BigCommerce\Plugin::instance();
	} catch ( \Exception $e ) {
		return bigcommerce_init();
	}
}


User Contributed Notes

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