WC_Helper::_flush_subscriptions_cache()public staticWC 1.0

Flush subscriptions cache.

Метод класса: WC_Helper{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = WC_Helper::_flush_subscriptions_cache();

Код WC_Helper::_flush_subscriptions_cache() WC 8.7.0

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