tribe_tickets_is_woocommerce_active()

Check if WooCommerce is active.


Return

(bool) Whether the core ecommerce plugin is active.


Top ↑

Source

File: src/functions/template-tags.php

	function tribe_tickets_is_woocommerce_active() {
		return function_exists( 'WC' );
	}

Top ↑

Changelog

Changelog
Version Description
4.12.3 Introduced.