LLMS_Coupon::get_formatted_amount( string $amount = 'coupon_amount' )
Get the formatted coupon amount with currency symbol and/or percentage symbol
Description Description
Parameters Parameters
- $amount
-
(Optional) key for the amount to format
Default value: 'coupon_amount'
Return Return
(string)
Source Source
File: includes/models/model.llms.coupon.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |