Automattic\WooCommerce\Internal\Admin\Settings\PaymentsProviders
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 10.8.1
public function needs_setup() {
return $this->needs_setup;
}