woocommerce_after_removing_{$this->object_type}_from_cache
woocommerce_after_removing_{$this->object_type}_from_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_removing_{$this->object_type}_from_cache') is found 1 times:
- /src/Caching/ObjectCache.php line 299
* * @param int|string $id The id of the object being removed. * @param bool $result True if the object removal succeeded, false otherwise. */ do_action( "woocommerce_after_removing_{$this->object_type}_from_cache", $id, $result ); return $result; } /** * Remove all the objects from the cache.