LLMS_Payment_Gateway::get_fields()
Method: Get fields displayed on the checkout form Gateways should define this function if the gateway supports fields
Source: includes/abstracts/abstract.llms.payment.gateway.php:414
Method: Get fields displayed on the checkout form Gateways should define this function if the gateway supports fields
Source: includes/abstracts/abstract.llms.payment.gateway.php:414
Method: Get the icon displayed on the checkout form
Source: includes/abstracts/abstract.llms.payment.gateway.php:424
Method: Get the gateway’s ID
Source: includes/abstracts/abstract.llms.payment.gateway.php:434
Method: Retrieve an HTML link to a customer, subscription, or source URL If no URL provided returns the item value as string
Source: includes/abstracts/abstract.llms.payment.gateway.php:448
Method: Get the value of the logging setting
Source: includes/abstracts/abstract.llms.payment.gateway.php:483
Method: Get the value of an option from the database & fallback to default value if none found Optionally attempts to retrieve a secure key first, if secure key is provided.
Source: includes/abstracts/abstract.llms.payment.gateway.php:677
Method: Retrieve an option name specific to the gateway Used to retrieve options from the wp_options table where applicable
Source: includes/abstracts/abstract.llms.payment.gateway.php:701
Method: Gateways can override this to return a URL to a source permalink on the gateway’s website If this is not defined, it will just return the supplied ID
Source: includes/abstracts/abstract.llms.payment.gateway.php:496
Method: Gateways can override this to return a URL to a subscription permalink on the gateway’s website If this is not defined, it will just return the supplied ID
Source: includes/abstracts/abstract.llms.payment.gateway.php:509
Method: Get an array of features the gateway supports
Source: includes/abstracts/abstract.llms.payment.gateway.php:519