woocommerce_order_refund_object_updated_props action-hook . WC 1.0
Usage
add_action( 'woocommerce_order_refund_object_updated_props', 'action_function_name_5939', 10, 2 ); function action_function_name_5939( $refund, $updated_props ){ // action... }
- $refund
- -
- $updated_props
- -
Where the hook is called
woocommerce_order_refund_object_updated_props
woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php 107
do_action( 'woocommerce_order_refund_object_updated_props', $refund, $updated_props );