woocommerce_invalid_cache_prefix_detected

woocommerce_invalid_cache_prefix_detected

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.9.1

do_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