Main cart totals.
$this->cart
Sortie :
// Ajouter une fonction au hook action 'woocommerce_calculate_totals'
add_action('woocommerce_calculate_totals', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($this->cart) {
// Votre code ici
error_log('Hook woocommerce_calculate_totals déclenché');
}
Chargement des actualités...