wc_format_refund_total( float $amount )
Make a refund total negative.
Description Description
Parameters Parameters
- $amount
-
(Required) Refunded amount.
Return Return
(float)
Source Source
File: includes/wc-formatting-functions.php
function wc_format_refund_total( $amount ) { return $amount * -1; }