apply_filters( 'mcs_paypal_form', string, $price, string, $discount_rate, array, bool )
Insert additional HTML after PayPal payment button.
Parameters:
| Name | Type | Description |
|---|---|---|
string |
$form Additional HTMl inserted after inputs, inside form. |
|
$price |
float | Amount to submit to PayPal. |
string |
$currency Currency tag. |
|
$discount_rate |
float | Any applied discount rate. |
array |
$discounts Information about available discounts. |
|
bool |
$discount Whether discount is active. |
- Source:
Returns:
string