Automattic\WooCommerce\RestApi

Server::get_pathpublic staticWC 1.0

Return the path to the package.

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

Хуков нет.

Возвращает

Строку.

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

$result = Server::get_path();

Код Server::get_path() WC 10.5.0

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