Automattic\WooCommerce\Internal\EmailEditor
Package::get_path
Return the path to the package.
Method of the class: Package{}
No Hooks.
Returns
String.
Usage
$result = Package::get_path();
Package::get_path() Package::get path code WC 10.3.6
public static function get_path() {
return \Automattic\WooCommerce\EmailEditor\Package::get_path();
}