WC_Payment_Gateway::has_fields()
Check if the gateway has fields on the checkout.
Description Description
Return Return
(bool)
Source Source
File: includes/abstracts/abstract-wc-payment-gateway.php
public function has_fields() { return (bool) $this->has_fields; }