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


Parameters Parameters

$key

(string) (Required) option key, ie "title"


Top ↑

Return Return

(string)


Top ↑

Source Source

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

	 * @since 3.0.0
	 *
	 * @return string

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.