Automattic\WooCommerce\Admin\Features\Blueprint\Importers

ImportSetWCPaymentGateways::get_wc_payment_gateways()publicWC 1.0

Return the payment gateways resgietered in WooCommerce

Method of the class: ImportSetWCPaymentGateways{}

No Hooks.

Return

String.

Usage

$ImportSetWCPaymentGateways = new ImportSetWCPaymentGateways();
$ImportSetWCPaymentGateways->get_wc_payment_gateways();

ImportSetWCPaymentGateways::get_wc_payment_gateways() code WC 9.7.1

public function get_wc_payment_gateways() {
	return WC()->payment_gateways->payment_gateways();
}