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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -