LLMS_Payment_Gateway::get_option_name( string $key )
Retrieve an option name specific to the gateway Used to retrieve options from the wp_options table where applicable
Description Description
Parameters Parameters
- $key
-
(Required) option key, ie "title"
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.payment.gateway.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |