wc_float_to_string()
Function: Convert a float to a string without locale formatting which PHP adds when changing floats to strings.
Source: includes/wc-formatting-functions.php:325
Function: Convert a float to a string without locale formatting which PHP adds when changing floats to strings.
Source: includes/wc-formatting-functions.php:325
Function: Format a price with WC Currency Locale settings.
Source: includes/wc-formatting-functions.php:343
Function: Format a decimal with PHP Locale settings.
Source: includes/wc-formatting-functions.php:353
Function: Round half down in PHP 5.2.
Source: includes/wc-formatting-functions.php:251
Function: Normalise weights, unify to kg then convert to wanted unit value.
Source: includes/wc-formatting-functions.php:173
Function: Trim trailing zeros off prices.
Source: includes/wc-formatting-functions.php:218
Function: Round a tax amount.
Source: includes/wc-formatting-functions.php:229
Function: Converts a string (e.g. ‘yes’ or ‘no’) to a bool.
Source: includes/wc-formatting-functions.php:22
Function: Converts a bool to a ‘yes’ or ‘no’.
Source: includes/wc-formatting-functions.php:33
Function: Explode a string into an array by $delimiter and remove empty values.
Source: includes/wc-formatting-functions.php:48