Automattic\WooCommerce\Admin\Composer

Package::get_path()public staticWC 1.0

Return the path to the package.

Method of the class: Package{}

No Hooks.

Return

String.

Usage

$result = Package::get_path();

Package::get_path() code WC 8.7.0

public static function get_path() {
	return dirname( __DIR__ );
}