Automattic\WooCommerce\Internal\Admin\Settings\PaymentProviders
PseudoWCPaymentGateway::is_account_connected
Check if the gateway has an account connected.
Method of the class: PseudoWCPaymentGateway{}
No Hooks.
Returns
true|false
. True if the gateway has an account connected, false otherwise.
Usage
$PseudoWCPaymentGateway = new PseudoWCPaymentGateway(); $PseudoWCPaymentGateway->is_account_connected(): bool;
PseudoWCPaymentGateway::is_account_connected() PseudoWCPaymentGateway::is account connected code WC 9.8.5
public function is_account_connected(): bool { return $this->account_connected; }