wc_get_price_thousand_separator

FUNCTION woocommerce\includes\wc-formatting-functions.php (ligne 535) github
Return the thousand separator for prices.

Paramètres

Entrée :
N/A
Sortie :
@return string

Utilisation

// Utilisation de la fonction wc_get_price_thousand_separator
$result = wc_get_price_thousand_separator();

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...