LLMS_Payment_Gateway::get_item_link( string $item_key, string $item_value, string $api_mode = 'live' )

Retrieve an HTML link to a customer, subscription, or source URL If no URL provided returns the item value as string


Description Description


Parameters Parameters

$item_key

(Required) the key of the item to retrieve a URL for

$item_value

(Required) the value of the item to retrieve

$api_mode

(Optional) the current api mode to retrieve the URL for

Default value: 'live'


Top ↑

Return Return

(string)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.10.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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