Automattic\WooCommerce\Internal\EmailEditor
Package::get_path
Return the path to the package.
Метод класса: Package{}
Хуков нет.
Возвращает
Строку.
Использование
$result = Package::get_path();
Код Package::get_path() Package::get path WC 10.5.2
public static function get_path() {
return \Automattic\WooCommerce\EmailEditor\Package::get_path();
}