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