wc_get_price_decimal_separator

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

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...