WC_Helper::_flush_subscriptions_cache()
Flush subscriptions cache.
Method of the class: WC_Helper{}
No Hooks.
Return
null
. Ничего (null).
Usage
$result = WC_Helper::_flush_subscriptions_cache();
WC_Helper::_flush_subscriptions_cache() WC Helper:: flush subscriptions cache code WC 8.0.2
public static function _flush_subscriptions_cache() { delete_transient( '_woocommerce_helper_subscriptions' ); }