wc_get_price_thousand_separator()

Return the thousand separator for prices.


Description Description


Return Return

(string)


Top ↑

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' ) ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.3 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.