woocommerce_after_flushing_{$this->object_type}_cache
woocommerce_after_flushing_{$this->object_type}_cache
Appears in: woocommerce.6.9.0, woocommerce.6.9.4, woocommerce.7.0.0, woocommerce.7.1.0, woocommerce.7.1.1, woocommerce.7.2.2, woocommerce.7.3.0, woocommerce.7.4.0, woocommerce.7.4.1, woocommerce.7.5.1
Hook Type: action
Displaying hooks found in version: woocommerce.7.5.1do_action('woocommerce_after_flushing_{$this->object_type}_cache') is found 1 times:
- /src/Caching/ObjectCache.php line 323
* * @param ObjectCache $cache_instance The instance of ObjectCache whose 'flush` method has been called. * @param CacheEngine $engine The cache engine in use. */ do_action( "woocommerce_after_flushing_{$this->object_type}_cache", $this, $this->get_cache_engine() ); } /** * Is a given object cached? * * @param int|string $id The id of the object to check.