Automattic\WooCommerce\Internal\Admin\Settings\PaymentProviders

PseudoWCPaymentGateway::needs_setuppublicWC 1.0

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() code WC 9.9.3

public function needs_setup() {
	return $this->needs_setup;
}