This filter is documented above.
N/A
Sortie :
// Ajouter une fonction au hook action 'woocommerce_cart_contents'
add_action('woocommerce_cart_contents', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook woocommerce_cart_contents déclenché');
}
Chargement des actualités...