Automattic\WooCommerce\StoreApi\Routes\V1\Agentic

CheckoutSessions::get_path_regexpublic staticWC 1.0

Get the path regex for this REST route.

Method of the class: CheckoutSessions{}

No Hooks.

Returns

String.

Usage

$result = CheckoutSessions::get_path_regex();

CheckoutSessions::get_path_regex() code WC 10.7.0

public static function get_path_regex() {
	return '/checkout_sessions';
}