Tribe__Tickets_Plus__Commerce__Loader::is_woocommerce_active()

Whether the WooCommerce plugin is installed and activated.

Contents


Return

(bool)


Top ↑

Source

File: src/Tribe/Commerce/Loader.php

	public function is_woocommerce_active() {
		return class_exists( 'Woocommerce' );
	}