woocommerce_order_fully_refunded_notification
Like this:
Like Loading...
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.9.8.1
do_action('woocommerce_order_fully_refunded_notification') is found 1 times:
- /src/Internal/Orders/OrderActionsRestController.php line 477
473 474 475 476 477 478 479 480 481 482 483 |
do_action( 'woocommerce_order_partially_refunded_notification' , $order ->get_id() );
} else {
do_action( 'woocommerce_order_fully_refunded_notification' , $order ->get_id() );
}
break ;
case 'customer_invoice' :
return $this ->send_order_details( $request );
|
Like this:
Like Loading...
See this hook used in plugins: