WC_Helper::_flush_subscriptions_cache()
Flush subscriptions cache.
Description Description
Source Source
File: includes/admin/helper/class-wc-helper.php
public static function _flush_subscriptions_cache() { delete_transient( '_woocommerce_helper_subscriptions' ); }