WC_Helper_Subscriptions_API::refresh()public staticWC 1.0

Refresh account and subscriptions from WooCommerce.com and serve subscriptions as JSON.

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

Хуков нет.

Возвращает

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

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

$result = WC_Helper_Subscriptions_API::refresh();

Код WC_Helper_Subscriptions_API::refresh() WC 9.4.2

public static function refresh() {
	WC_Helper::refresh_helper_subscriptions();
	WC_Helper::get_subscriptions();
	WC_Helper::get_product_usage_notice_rules();
	self::get_subscriptions();
}