LLMS_Payment_Gateway::get_option( string $key, string $secure_key = false )
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.
Description Description
Parameters Parameters
- $key
-
(Required) option key, ie "title".
- $secure_key
-
(Optional) Secure option key, ie "TITLE".
Default value: false
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.payment.gateway.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |