LLMS_Payment_Gateway::is_external_payment_entry()
Whether the payment details are entered on an external payment page, or entered inline with the checkout form.
Contents
Return Return
(bool)
Source Source
File: includes/abstracts/abstract.llms.payment.gateway.php
public function is_external_payment_entry() {
return false;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 9.0.0 | Introduced. |