Automattic\WooCommerce\StoreApi\Routes\V1
Checkout::get_path()
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() Checkout::get path code WC 9.3.3
public function get_path() { return self::get_path_regex(); }