Automattic\WooCommerce\RestApi
Server::get_path()
Return the path to the package.
Method of the class: Server{}
No Hooks.
Return
String
.
Usage
$result = Server::get_path();
Server::get_path() Server::get path code WC 9.5.1
public static function get_path() { return dirname( __DIR__ ); }