Automattic\WooCommerce\Admin\Composer
Package::get_path()
Return the path to the package.
Method of the class: Package{}
No Hooks.
Return
String
.
Usage
$result = Package::get_path();
Package::get_path() Package::get path code WC 9.7.1
public static function get_path() { return dirname( __DIR__ ); }