WC_Helper::_flush_subscriptions_cache
Flush subscriptions cache.
Method of the class: WC_Helper{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Helper::_flush_subscriptions_cache();
WC_Helper::_flush_subscriptions_cache() WC Helper:: flush subscriptions cache code WC 10.6.2
public static function _flush_subscriptions_cache() {
delete_transient( '_woocommerce_helper_subscriptions' );
}