woocommerce_after_flushing_{$this->object_type}_cache

woocommerce_after_flushing_{$this->object_type}_cache

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.7.5.1

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