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