WC_Helper::_flush_subscriptions_cache()
Flush subscriptions cache.
{} It's a method of the class: WC_Helper{}
No Hooks.
Return
null
. Nothing.
Usage
$result = WC_Helper::_flush_subscriptions_cache();
Code of WC_Helper::_flush_subscriptions_cache() WC Helper:: flush subscriptions cache WC 6.6.1
public static function _flush_subscriptions_cache() { delete_transient( '_woocommerce_helper_subscriptions' ); }