WC_Payment_Gateway::validate_fields()

Validate frontend fields.


Description Description

Validate payment fields on the frontend.


Return Return

(bool)


Top ↑

Source Source

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

	public function validate_fields() {
		return true;
	}

Top ↑

User Contributed Notes User Contributed Notes

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