Automattic\WooCommerce\Admin\Composer
Package::is_package_active
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() Package::is package active code WC 11.0.1
public static function is_package_active() {
return self::$package_active;
}