Automattic\WooCommerce\RestApi

Server::get_path()public staticWC 1.0

Return the path to the package.

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

Хуков нет.

Возвращает

Строку.

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

$result = Server::get_path();

Код Server::get_path() WC 8.7.0

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