WC_Cache_Helper::invalidate_cache_group()publicWC 1.0

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

Хуков нет.

Возвращает

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

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

$WC_Cache_Helper = new WC_Cache_Helper();
$WC_Cache_Helper->* When using geolocation via ajax, to bust cache, redirect if the location hash does not equal the querystring.;

Список изменений

С версии 3.9.0 Введена.

Код WC_Cache_Helper::invalidate_cache_group() WC 8.7.0

* When using geolocation via ajax, to bust cache, redirect if the location hash does not equal the querystring.
*
* This prevents caching of the wrong data for this request.