WC_Helper_Updater::flush_updates_cache()
Flushes cached update data.
Description Description
Source Source
File: includes/admin/helper/class-wc-helper-updater.php
public static function flush_updates_cache() { delete_transient( '_woocommerce_helper_updates' ); delete_transient( '_woocommerce_helper_updates_count' ); delete_site_transient( 'update_plugins' ); delete_site_transient( 'update_themes' ); }