Automattic\WooCommerce\StoreApi\Routes\V1
Checkout::get_path
Get the path of this REST route.
Method of the class: Checkout{}
No Hooks.
Returns
String.
Usage
$Checkout = new Checkout(); $Checkout->get_path();
Checkout::get_path() Checkout::get path code WC 10.4.3
public function get_path() {
return self::get_path_regex();
}