woocommerce_order_partially_refunded, $order->get_id(

woocommerce_order_partially_refunded, $order->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_order_partially_refunded, $order->get_id(') is found 1 times:

  • /includes/wc-order-functions.php line 715
    				( ! empty( $args['line_items'] ) && $order->has_free_item() && ( $remaining_refund_items - $refund_item_count ) > 0 ),
    				$order->get_id(),
    				$refund->get_id()
    			) ) {
    				do_action( 'woocommerce_order_partially_refunded', $order->get_id(), $refund->get_id() );
    			} else {
    				do_action( 'woocommerce_order_fully_refunded', $order->get_id(), $refund->get_id() );
    
    				/**
    				 * Filter the status to set the order to when fully refunded.
    				 *