Automattic\WooCommerce\Internal\Admin\Settings\PaymentsProviders
PseudoWCPaymentGateway::is_onboarding_started
Check if the gateway has started onboarding.
Method of the class: PseudoWCPaymentGateway{}
No Hooks.
Returns
true|false. True if the gateway has started onboarding, false otherwise.
Usage
$PseudoWCPaymentGateway = new PseudoWCPaymentGateway(); $PseudoWCPaymentGateway->is_onboarding_started(): bool;
PseudoWCPaymentGateway::is_onboarding_started() PseudoWCPaymentGateway::is onboarding started code WC 10.8.1
public function is_onboarding_started(): bool {
return $this->onboarding_started;
}