WooCommerce::payment_gateways()

Get gateways class.


Description Description


Return Return

(WC_Payment_Gateways)


Top ↑

Source Source

File: includes/class-woocommerce.php

	public function payment_gateways() {
		return WC_Payment_Gateways::instance();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.