Automattic\WooCommerce\StoreApi\Routes\V1

Checkout::get_path()publicWC 1.0

Get the path of this REST route.

Method of the class: Checkout{}

No Hooks.

Return

String.

Usage

$Checkout = new Checkout();
$Checkout->get_path();

Checkout::get_path() code WC 8.6.1

public function get_path() {
	return '/checkout';
}