Automattic\WooCommerce\StoreApi\Routes\V1\Agentic
CheckoutSessions::get_path_regex
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() CheckoutSessions::get path regex code WC 10.7.0
public static function get_path_regex() {
return '/checkout_sessions';
}