WC_Cache_Helper::invalidate_cache_group()publicWC 1.0

Method of the class: WC_Cache_Helper{}

No Hooks.

Return

null. Nothing (null).

Usage

$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.;

Changelog

Since 3.9.0 Introduced.

WC_Cache_Helper::invalidate_cache_group() code 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.