Trigger the fulfillment created notification on creating a fulfilled fulfillment.
$order_id, $fulfillment, wc_get_order( $order_id
Sortie :
// Ajouter une fonction au hook action 'woocommerce_fulfillment_created_notification'
add_action('woocommerce_fulfillment_created_notification', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($order_id, $fulfillment, wc_get_order( $order_id) {
// Votre code ici
error_log('Hook woocommerce_fulfillment_created_notification déclenché');
}
Chargement des actualités...