Automattic\WooCommerce\RestApi

Server::get_path()public staticWC 1.0

Return the path to the package.

Method of the class: Server{}

No Hooks.

Return

String.

Usage

$result = Server::get_path();

Server::get_path() code WC 8.6.1

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