Calculate totals for the items in the cart.
$this
Sortie :
// Ajouter une fonction au hook action 'woocommerce_after_calculate_totals'
add_action('woocommerce_after_calculate_totals', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($this) {
// Votre code ici
error_log('Hook woocommerce_after_calculate_totals déclenché');
}
Chargement des actualités...