woocommerce_after_removing_{$this->object_type}_from_cache

woocommerce_after_removing_{$this->object_type}_from_cache

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.7.5.1

do_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.