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'
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.payment.gateway.php
Changelog Changelog
Version | Description |
---|---|
3.10.0 | Introduced. |