wc_get_price_thousand_separator()
Return the thousand separator for prices.
Description Description
Return Return
(string)
Source Source
File: includes/wc-formatting-functions.php
function wc_get_price_thousand_separator() { return stripslashes( apply_filters( 'wc_get_price_thousand_separator', get_option( 'woocommerce_price_thousand_sep' ) ) ); }
Changelog Changelog
Version | Description |
---|---|
2.3 | Introduced. |