Return the thousand separator for prices.
N/A
Sortie :
@return string
// Utilisation de la fonction wc_get_price_thousand_separator
$result = wc_get_price_thousand_separator();
if ($result) {
// Votre logique ici
}
Chargement des actualités...