WC_Helper_Updater::flush_updates_cache
Flushes cached update data.
Метод класса: WC_Helper_Updater{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = WC_Helper_Updater::flush_updates_cache();
Код WC_Helper_Updater::flush_updates_cache() WC Helper Updater::flush updates cache WC 10.4.3
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' );
}