wc_get_price_thousand_separator() WC 2.3
Return the thousand separator for prices.
Хуки из функции
Возвращает
Строку.
Использование
wc_get_price_thousand_separator();
Список изменений
С версии 2.3 | Введена. |
Код wc_get_price_thousand_separator() wc get price thousand separator WC 4.9.1
function wc_get_price_thousand_separator() {
return stripslashes( apply_filters( 'wc_get_price_thousand_separator', get_option( 'woocommerce_price_thousand_sep' ) ) );
}