wc_get_price_thousand_separator()
Return the thousand separator for prices.
Hooks from the function
Returns
String.
Usage
wc_get_price_thousand_separator();
Changelog
| Since 2.3 | Introduced. |
wc_get_price_thousand_separator() wc get price thousand separator code WC 10.5.0
function wc_get_price_thousand_separator() {
return stripslashes( apply_filters( 'wc_get_price_thousand_separator', get_option( 'woocommerce_price_thousand_sep' ) ) );
}