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


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.payment.gateway.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.