apply_filters( 'mt_handling_total', $handling, $original, $gateway ) → {float|int}
Filter the handling ticket based on gateway selected.
Parameters:
Name | Type | Description |
---|---|---|
$handling |
float | int | Cart handling fee after gateway settings applied. |
$original |
float | int | Cart handling fee from settings. |
$gateway |
string | Selected gateway. |
- Source:
Returns:
- Type
- float | int