woocommerce auto restore stock quanitiy hook when order refund -


i need woocommerce auto restore stock quanitiy hook when order refund please 1 regarding tried 2 hooks

 add_action( 'woocommerce_product_set_stock','action_woocommerce_variation_set_stock', 10, 1 ); add_action( 'woocommerce_variation_set_stock', 'action_woocommerce_variation_set_stock', 10, 1 ); 

but these hook work on frontend when product stock quantity decrease on order

please solve issue


Comments