WC_Helper::_flush_subscriptions_cache()public staticWC 1.0

Flush subscriptions cache.

Method of the class: WC_Helper{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Helper::_flush_subscriptions_cache();

WC_Helper::_flush_subscriptions_cache() code WC 8.7.0

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