WC_Helper::_flush_updates_cache()
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() WC Helper:: flush updates cache code WC 9.6.0
private static function _flush_updates_cache() { WC_Helper_Updater::flush_updates_cache(); }