Automattic\WooCommerce\StoreApi
Authentication::has_valid_cart_token()
Метод класса: Authentication{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Authentication = new Authentication(); $Authentication->* Is the request a preflight request? Checks the request method;
Код Authentication::has_valid_cart_token() Authentication::has valid cart token WC 9.8.5
* Is the request a preflight request? Checks the request method * * @return boolean */ protected function is_preflight() {