Automattic\WooCommerce\StoreApi

Authentication::has_valid_cart_token()publicWC 1.0

Метод класса: Authentication{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Authentication = new Authentication();
$Authentication->* Is the request a preflight request? Checks the request method;

Код 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() {