Automattic\WooCommerce\Internal\EmailEditor

Package::get_pathpublic staticWC 1.0

Return the path to the package.

Метод класса: Package{}

Хуков нет.

Возвращает

Строку.

Использование

$result = Package::get_path();

Код Package::get_path() WC 10.5.2

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