woocommerce_order_partially_refunded_notification, $order->get_id(

woocommerce_order_partially_refunded_notification, $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_notification, $order->get_id(') is found 1 times:

  • /src/Internal/Orders/OrderActionsRestController.php line 582
    			case 'customer_refunded_order':
    			case 'customer_pos_refunded_order':
    				if ( $this->order_is_partially_refunded( $order ) ) {
    					/** 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