Automattic\WooCommerce\StoreApi\Routes\V1
Cart::get_path_regex()
Get the path of this rest route.
Метод класса: Cart{}
Хуков нет.
Возвращает
Строку
.
Использование
$result = Cart::get_path_regex();
Код Cart::get_path_regex() Cart::get path regex WC 9.5.1
public static function get_path_regex() { return '/cart'; }