WC_Helper::_flush_updates_cache()private staticWC 1.0

Flush updates cache.

Method of the class: WC_Helper{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Helper::_flush_updates_cache();

WC_Helper::_flush_updates_cache() code WC 8.7.0

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