Automattic\WooCommerce\Internal\Admin

WcPayWelcomePage::has_wcpay_account()publicWC 1.0

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

Хуков нет.

Возвращает

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

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

$WcPayWelcomePage = new WcPayWelcomePage();
$WcPayWelcomePage->;

Код WcPayWelcomePage::has_wcpay_account() WC 8.7.0

		// Return early if the incentive must not be visible.
		if ( ! $this->must_be_visible() ) {
			return $settings;