tribe_tickets_is_edd_active()

Check if Easy Digital Downloads is active.


Return

(bool) Whether the core ecommerce plugin is active.


Top ↑

Source

File: src/functions/template-tags.php

	function tribe_tickets_is_edd_active() {
		return class_exists( 'Easy_Digital_Downloads' );
	}

Top ↑

Changelog

Changelog
Version Description
4.7.3
4.12.3 Introduced.