Tribe__Tickets_Plus__Commerce__Loader::is_edd_active()

Whether the Easy Digital Downloads plugin is installed and activated.


Return

(bool)


Top ↑

Source

File: src/Tribe/Commerce/Loader.php

	public function is_edd_active() {
		return class_exists( 'Easy_Digital_Downloads' ) && defined( 'EDD_VERSION' );
	}

Top ↑

Changelog

Changelog
Version Description
4.6 Introduced.