Automattic\WooCommerce\Admin\Composer

Package::is_package_active()public staticWC 1.0

Return whether the package is active.

Method of the class: Package{}

No Hooks.

Return

true|false.

Usage

$result = Package::is_package_active();

Package::is_package_active() code WC 8.7.0

public static function is_package_active() {
	return self::$package_active;
}