woocommerce_order_fully_refunded_notification

ACTION woocommerce\src\Internal\Orders\OrderActionsRestController.php (ligne 477) github
This action is documented in includes/class-wc-emails.php

Paramètres

Entrée :
$order->get_id(
Sortie :
N/A

Utilisation

// Ajouter une fonction au hook action 'woocommerce_order_fully_refunded_notification'
add_action('woocommerce_order_fully_refunded_notification', 'ma_fonction_personnalisee', 10, 1);

function ma_fonction_personnalisee($order->get_id() {
    // Votre code ici
    error_log('Hook woocommerce_order_fully_refunded_notification déclenché');
}

Actualités

Chargement des actualités...