Automattic\WooCommerce\Internal\Admin\Settings\PaymentProviders
PseudoWCPaymentGateway::needs_setup
Return whether or not this gateway still requires setup to function.
Method of the class: PseudoWCPaymentGateway{}
No Hooks.
Returns
true|false
.
Usage
$PseudoWCPaymentGateway = new PseudoWCPaymentGateway(); $PseudoWCPaymentGateway->needs_setup();
PseudoWCPaymentGateway::needs_setup() PseudoWCPaymentGateway::needs setup code WC 9.9.3
public function needs_setup() { return $this->needs_setup; }