Automattic\WooCommerce\Internal\Admin

WcPayWelcomePage::has_wcpay_account()publicWC 1.0

Method of the class: WcPayWelcomePage{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WcPayWelcomePage::has_wcpay_account() code WC 8.7.0

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