woocommerce_update_order_refund
woocommerce_update_order_refund
Appears in: woocommerce.10.4.3, woocommerce.10.5.2, woocommerce.10.5.3, woocommerce.10.6.1, woocommerce.10.6.2, woocommerce.10.8.1, woocommerce.10.9.1, woocommerce.10.9.3, woocommerce.10.9.4
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.9.4do_action('woocommerce_update_order_refund') is found 1 times:
- /src/Internal/DataStores/Orders/OrdersTableRefundDataStore.php line 152
// phpcs:disable WooCommerce.Commenting.CommentHooks.MissingSinceComment /** * This action is documented in woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php. */ do_action( 'woocommerce_update_order_refund', $refund->get_id(), $refund ); // phpcs:enable } /** * Helper method that updates post meta based on an refund object. * Mostly used for backwards compatibility purposes in this datastore.