woocommerce_invalid_cache_prefix_detected
woocommerce_invalid_cache_prefix_detected
Appears in: woocommerce.10.9.1
Hook Type: action
Displaying hooks found in version: woocommerce.10.9.1do_action('woocommerce_invalid_cache_prefix_detected') is found 1 times:
- /src/Caching/CacheNameSpaceTrait.php line 42
* * @param string $group Cache group. * @param mixed $prefix Invalid cached prefix value. */ do_action( 'woocommerce_invalid_cache_prefix_detected', $group, $prefix ); } $prefix = self::generate_cache_prefix(); if ( ! $found ) { // Use add on cold prefixes so concurrent requests converge on the first