wc_get_price_decimals

FUNCTION woocommerce\includes\wc-formatting-functions.php (ligne 556) github
Return the number of decimals after the decimal point.

Paramètres

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

Utilisation

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

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

Actualités

Chargement des actualités...