WC_Helper::_flush_subscriptions_cachepublic staticWC 1.0

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() code WC 10.6.2

public static function _flush_subscriptions_cache() {
	delete_transient( '_woocommerce_helper_subscriptions' );
}