Automattic\WooCommerce\Admin\Composer

Package::is_package_activepublic staticWC 1.0

Return whether the package is active.

Method of the class: Package{}

No Hooks.

Returns

true|false.

Usage

$result = Package::is_package_active();

Package::is_package_active() code WC 9.9.5

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