Returns whether or not product weights are enabled.
N/A
Sortie :
@return bool
// Utilisation de la fonction wc_product_weight_enabled
$result = wc_product_weight_enabled();
if ($result) {
// Votre logique ici
}
Chargement des actualités...