Tribe__Tickets_Plus__Commerce__Loader::has_commerce_providers()
Whether at least one commerce provider is installed and activated or not.
Return
(bool)
Source
File: src/Tribe/Commerce/Loader.php
public function has_commerce_providers() {
return count( $this->commerce_providers ) > 0;
}