WC_Helper::_flush_subscriptions_cache
Flush subscriptions cache.
Метод класса: WC_Helper{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = WC_Helper::_flush_subscriptions_cache();
Код WC_Helper::_flush_subscriptions_cache() WC Helper:: flush subscriptions cache WC 10.3.5
public static function _flush_subscriptions_cache() {
delete_transient( '_woocommerce_helper_subscriptions' );
}