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