woocommerce_order_fully_refunded_notification

woocommerce_order_fully_refunded_notification

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('woocommerce_order_fully_refunded_notification') is found 1 times:

  • /src/Internal/Orders/OrderActionsRestController.php line 477
    					/** This action is documented in includes/class-wc-emails.php */
    					do_action( 'woocommerce_order_partially_refunded_notification', $order->get_id() );
    				} else {
    					/** This action is documented in includes/class-wc-emails.php */
    					do_action( 'woocommerce_order_fully_refunded_notification', $order->get_id() );
    				}
    				break;
    			// phpcs:enable WooCommerce.Commenting.CommentHooks.MissingSinceComment
    
    			case 'customer_invoice':
    				return $this->send_order_details( $request );
    

See this hook used in plugins: