Automattic\WooCommerce\Internal\EmailEditor

Package::get_pathpublic staticWC 1.0

Return the path to the package.

Method of the class: Package{}

No Hooks.

Returns

String.

Usage

$result = Package::get_path();

Package::get_path() code WC 10.3.6

public static function get_path() {
	return \Automattic\WooCommerce\EmailEditor\Package::get_path();
}