WC_Helper::_flush_updates_cacheprivate staticWC 1.0

Flush updates cache.

Method of the class: WC_Helper{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Helper::_flush_updates_cache();

WC_Helper::_flush_updates_cache() code WC 10.4.3

private static function _flush_updates_cache() {
	WC_Helper_Updater::flush_updates_cache();
}