WC_Payment_Gateway::has_fields()

Check if the gateway has fields on the checkout.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-payment-gateway.php

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

Top ↑

User Contributed Notes User Contributed Notes

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