Browse: Home / Hooks /

learndash_woocommerce_order_refund_after

do_action( 'learndash_woocommerce_order_refund_after',  WC_Order_Refund[] $refunds,  int $order_id )

Action to perform additional actions after order refunds are refunded.


Description #


Parameters #

$refunds

(WC_Order_Refund[]) Refunds array.

$order_id

(int) Order ID.


Source #

File: includes/woocommerce/includes/class-learndash-woocommerce.php


Changelog #

Changelog
Version Description
5.2.0 Introduced.